Uses of Interface
net.opengis.fes20.TemporalOperandType
- 
Packages that use TemporalOperandType Package Description net.opengis.fes20 net.opengis.fes20.impl net.opengis.fes20.util 
- 
- 
Uses of TemporalOperandType in net.opengis.fes20Methods in net.opengis.fes20 that return TemporalOperandType Modifier and Type Method Description TemporalOperandTypeFes20Factory. createTemporalOperandType()Returns a new object of class 'Temporal Operand Type'.Methods in net.opengis.fes20 that return types with arguments of type TemporalOperandType Modifier and Type Method Description EList<TemporalOperandType>TemporalOperandsType. getTemporalOperand()Returns the value of the 'Temporal Operand' containment reference list.
- 
Uses of TemporalOperandType in net.opengis.fes20.implClasses in net.opengis.fes20.impl that implement TemporalOperandType Modifier and Type Class Description classTemporalOperandTypeImplAn implementation of the model object 'Temporal Operand Type'.Fields in net.opengis.fes20.impl with type parameters of type TemporalOperandType Modifier and Type Field Description protected EList<TemporalOperandType>TemporalOperandsTypeImpl. temporalOperandThe cached value of the 'Temporal Operand' containment reference list.Methods in net.opengis.fes20.impl that return TemporalOperandType Modifier and Type Method Description TemporalOperandTypeFes20FactoryImpl. createTemporalOperandType()Methods in net.opengis.fes20.impl that return types with arguments of type TemporalOperandType Modifier and Type Method Description EList<TemporalOperandType>TemporalOperandsTypeImpl. getTemporalOperand()
- 
Uses of TemporalOperandType in net.opengis.fes20.utilMethods in net.opengis.fes20.util with parameters of type TemporalOperandType Modifier and Type Method Description TFes20Switch. caseTemporalOperandType(TemporalOperandType object)Returns the result of interpreting the object as an instance of 'Temporal Operand Type'.booleanFes20Validator. validateTemporalOperandType(TemporalOperandType temporalOperandType, DiagnosticChain diagnostics, Map<Object,Object> context)
 
-