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.fes20
Methods in net.opengis.fes20 that return TemporalOperandType Modifier and Type Method Description TemporalOperandType
Fes20Factory. 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.impl
Classes in net.opengis.fes20.impl that implement TemporalOperandType Modifier and Type Class Description class
TemporalOperandTypeImpl
An 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. temporalOperand
The cached value of the 'Temporal Operand
' containment reference list.Methods in net.opengis.fes20.impl that return TemporalOperandType Modifier and Type Method Description TemporalOperandType
Fes20FactoryImpl. 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.util
Methods in net.opengis.fes20.util with parameters of type TemporalOperandType Modifier and Type Method Description T
Fes20Switch. caseTemporalOperandType(TemporalOperandType object)
Returns the result of interpreting the object as an instance of 'Temporal Operand Type'.boolean
Fes20Validator. validateTemporalOperandType(TemporalOperandType temporalOperandType, DiagnosticChain diagnostics, Map<Object,Object> context)
-