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.fes20Methods in net.opengis.fes20 that return PropertyIsBetweenType Modifier and Type Method Description PropertyIsBetweenTypeFes20Factory. createPropertyIsBetweenType()Returns a new object of class 'Property Is Between Type'.PropertyIsBetweenTypeDocumentRoot. 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 voidDocumentRoot. setPropertyIsBetween(PropertyIsBetweenType value)Sets the value of the 'Property Is Between' containment reference.
- 
Uses of PropertyIsBetweenType in net.opengis.fes20.implClasses in net.opengis.fes20.impl that implement PropertyIsBetweenType Modifier and Type Class Description classPropertyIsBetweenTypeImplAn implementation of the model object 'Property Is Between Type'.Methods in net.opengis.fes20.impl that return PropertyIsBetweenType Modifier and Type Method Description PropertyIsBetweenTypeFes20FactoryImpl. createPropertyIsBetweenType()PropertyIsBetweenTypeDocumentRootImpl. getPropertyIsBetween()Methods in net.opengis.fes20.impl with parameters of type PropertyIsBetweenType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetPropertyIsBetween(PropertyIsBetweenType newPropertyIsBetween, NotificationChain msgs)voidDocumentRootImpl. setPropertyIsBetween(PropertyIsBetweenType newPropertyIsBetween)
- 
Uses of PropertyIsBetweenType in net.opengis.fes20.utilMethods in net.opengis.fes20.util with parameters of type PropertyIsBetweenType Modifier and Type Method Description TFes20Switch. casePropertyIsBetweenType(PropertyIsBetweenType object)Returns the result of interpreting the object as an instance of 'Property Is Between Type'.booleanFes20Validator. validatePropertyIsBetweenType(PropertyIsBetweenType propertyIsBetweenType, DiagnosticChain diagnostics, Map<Object,Object> context)
 
-