Uses of Interface
net.opengis.fes20.PropertyIsBetweenType
-
Packages that use PropertyIsBetweenType Package Description net.opengis.fes20 net.opengis.fes20.impl net.opengis.fes20.util -
-
Uses of PropertyIsBetweenType in net.opengis.fes20
Methods in net.opengis.fes20 that return PropertyIsBetweenType Modifier and Type Method Description PropertyIsBetweenType
Fes20Factory. createPropertyIsBetweenType()
Returns a new object of class 'Property Is Between Type'.PropertyIsBetweenType
DocumentRoot. getPropertyIsBetween()
Returns the value of the 'Property Is Between' containment reference.Methods in net.opengis.fes20 with parameters of type PropertyIsBetweenType Modifier and Type Method Description void
DocumentRoot. setPropertyIsBetween(PropertyIsBetweenType value)
Sets the value of the 'Property Is Between
' containment reference. -
Uses of PropertyIsBetweenType in net.opengis.fes20.impl
Classes in net.opengis.fes20.impl that implement PropertyIsBetweenType Modifier and Type Class Description class
PropertyIsBetweenTypeImpl
An implementation of the model object 'Property Is Between Type'.Methods in net.opengis.fes20.impl that return PropertyIsBetweenType Modifier and Type Method Description PropertyIsBetweenType
Fes20FactoryImpl. createPropertyIsBetweenType()
PropertyIsBetweenType
DocumentRootImpl. getPropertyIsBetween()
Methods in net.opengis.fes20.impl with parameters of type PropertyIsBetweenType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetPropertyIsBetween(PropertyIsBetweenType newPropertyIsBetween, NotificationChain msgs)
void
DocumentRootImpl. setPropertyIsBetween(PropertyIsBetweenType newPropertyIsBetween)
-
Uses of PropertyIsBetweenType in net.opengis.fes20.util
Methods in net.opengis.fes20.util with parameters of type PropertyIsBetweenType Modifier and Type Method Description T
Fes20Switch. casePropertyIsBetweenType(PropertyIsBetweenType object)
Returns the result of interpreting the object as an instance of 'Property Is Between Type'.boolean
Fes20Validator. validatePropertyIsBetweenType(PropertyIsBetweenType propertyIsBetweenType, DiagnosticChain diagnostics, Map<Object,Object> context)
-