Uses of Interface
net.opengis.fes20.TemporalOperandsType
-
Packages that use TemporalOperandsType Package Description net.opengis.fes20 net.opengis.fes20.impl net.opengis.fes20.util -
-
Uses of TemporalOperandsType in net.opengis.fes20
Methods in net.opengis.fes20 that return TemporalOperandsType Modifier and Type Method Description TemporalOperandsType
Fes20Factory. createTemporalOperandsType()
Returns a new object of class 'Temporal Operands Type'.TemporalOperandsType
TemporalCapabilitiesType. getTemporalOperands()
Returns the value of the 'Temporal Operands' containment reference.TemporalOperandsType
TemporalOperatorType. getTemporalOperands()
Returns the value of the 'Temporal Operands' containment reference.Methods in net.opengis.fes20 with parameters of type TemporalOperandsType Modifier and Type Method Description void
TemporalCapabilitiesType. setTemporalOperands(TemporalOperandsType value)
Sets the value of the 'Temporal Operands
' containment reference.void
TemporalOperatorType. setTemporalOperands(TemporalOperandsType value)
Sets the value of the 'Temporal Operands
' containment reference. -
Uses of TemporalOperandsType in net.opengis.fes20.impl
Classes in net.opengis.fes20.impl that implement TemporalOperandsType Modifier and Type Class Description class
TemporalOperandsTypeImpl
An implementation of the model object 'Temporal Operands Type'.Fields in net.opengis.fes20.impl declared as TemporalOperandsType Modifier and Type Field Description protected TemporalOperandsType
TemporalCapabilitiesTypeImpl. temporalOperands
The cached value of the 'Temporal Operands
' containment reference.protected TemporalOperandsType
TemporalOperatorTypeImpl. temporalOperands
The cached value of the 'Temporal Operands
' containment reference.Methods in net.opengis.fes20.impl that return TemporalOperandsType Modifier and Type Method Description TemporalOperandsType
Fes20FactoryImpl. createTemporalOperandsType()
TemporalOperandsType
TemporalCapabilitiesTypeImpl. getTemporalOperands()
TemporalOperandsType
TemporalOperatorTypeImpl. getTemporalOperands()
Methods in net.opengis.fes20.impl with parameters of type TemporalOperandsType Modifier and Type Method Description NotificationChain
TemporalCapabilitiesTypeImpl. basicSetTemporalOperands(TemporalOperandsType newTemporalOperands, NotificationChain msgs)
NotificationChain
TemporalOperatorTypeImpl. basicSetTemporalOperands(TemporalOperandsType newTemporalOperands, NotificationChain msgs)
void
TemporalCapabilitiesTypeImpl. setTemporalOperands(TemporalOperandsType newTemporalOperands)
void
TemporalOperatorTypeImpl. setTemporalOperands(TemporalOperandsType newTemporalOperands)
-
Uses of TemporalOperandsType in net.opengis.fes20.util
Methods in net.opengis.fes20.util with parameters of type TemporalOperandsType Modifier and Type Method Description T
Fes20Switch. caseTemporalOperandsType(TemporalOperandsType object)
Returns the result of interpreting the object as an instance of 'Temporal Operands Type'.boolean
Fes20Validator. validateTemporalOperandsType(TemporalOperandsType temporalOperandsType, DiagnosticChain diagnostics, Map<Object,Object> context)
-