Uses of Interface
net.opengis.fes20.LowerBoundaryType
-
Packages that use LowerBoundaryType Package Description net.opengis.fes20 net.opengis.fes20.impl net.opengis.fes20.util -
-
Uses of LowerBoundaryType in net.opengis.fes20
Methods in net.opengis.fes20 that return LowerBoundaryType Modifier and Type Method Description LowerBoundaryType
Fes20Factory. createLowerBoundaryType()
Returns a new object of class 'Lower Boundary Type'.LowerBoundaryType
PropertyIsBetweenType. getLowerBoundary()
Returns the value of the 'Lower Boundary' containment reference.Methods in net.opengis.fes20 with parameters of type LowerBoundaryType Modifier and Type Method Description void
PropertyIsBetweenType. setLowerBoundary(LowerBoundaryType value)
Sets the value of the 'Lower Boundary
' containment reference. -
Uses of LowerBoundaryType in net.opengis.fes20.impl
Classes in net.opengis.fes20.impl that implement LowerBoundaryType Modifier and Type Class Description class
LowerBoundaryTypeImpl
An implementation of the model object 'Lower Boundary Type'.Fields in net.opengis.fes20.impl declared as LowerBoundaryType Modifier and Type Field Description protected LowerBoundaryType
PropertyIsBetweenTypeImpl. lowerBoundary
The cached value of the 'Lower Boundary
' containment reference.Methods in net.opengis.fes20.impl that return LowerBoundaryType Modifier and Type Method Description LowerBoundaryType
Fes20FactoryImpl. createLowerBoundaryType()
LowerBoundaryType
PropertyIsBetweenTypeImpl. getLowerBoundary()
Methods in net.opengis.fes20.impl with parameters of type LowerBoundaryType Modifier and Type Method Description NotificationChain
PropertyIsBetweenTypeImpl. basicSetLowerBoundary(LowerBoundaryType newLowerBoundary, NotificationChain msgs)
void
PropertyIsBetweenTypeImpl. setLowerBoundary(LowerBoundaryType newLowerBoundary)
-
Uses of LowerBoundaryType in net.opengis.fes20.util
Methods in net.opengis.fes20.util with parameters of type LowerBoundaryType Modifier and Type Method Description T
Fes20Switch. caseLowerBoundaryType(LowerBoundaryType object)
Returns the result of interpreting the object as an instance of 'Lower Boundary Type'.boolean
Fes20Validator. validateLowerBoundaryType(LowerBoundaryType lowerBoundaryType, DiagnosticChain diagnostics, Map<Object,Object> context)
-