Uses of Interface
net.opengis.fes20.UpperBoundaryType
-
Packages that use UpperBoundaryType Package Description net.opengis.fes20 net.opengis.fes20.impl net.opengis.fes20.util -
-
Uses of UpperBoundaryType in net.opengis.fes20
Methods in net.opengis.fes20 that return UpperBoundaryType Modifier and Type Method Description UpperBoundaryType
Fes20Factory. createUpperBoundaryType()
Returns a new object of class 'Upper Boundary Type'.UpperBoundaryType
PropertyIsBetweenType. getUpperBoundary()
Returns the value of the 'Upper Boundary' containment reference.Methods in net.opengis.fes20 with parameters of type UpperBoundaryType Modifier and Type Method Description void
PropertyIsBetweenType. setUpperBoundary(UpperBoundaryType value)
Sets the value of the 'Upper Boundary
' containment reference. -
Uses of UpperBoundaryType in net.opengis.fes20.impl
Classes in net.opengis.fes20.impl that implement UpperBoundaryType Modifier and Type Class Description class
UpperBoundaryTypeImpl
An implementation of the model object 'Upper Boundary Type'.Fields in net.opengis.fes20.impl declared as UpperBoundaryType Modifier and Type Field Description protected UpperBoundaryType
PropertyIsBetweenTypeImpl. upperBoundary
The cached value of the 'Upper Boundary
' containment reference.Methods in net.opengis.fes20.impl that return UpperBoundaryType Modifier and Type Method Description UpperBoundaryType
Fes20FactoryImpl. createUpperBoundaryType()
UpperBoundaryType
PropertyIsBetweenTypeImpl. getUpperBoundary()
Methods in net.opengis.fes20.impl with parameters of type UpperBoundaryType Modifier and Type Method Description NotificationChain
PropertyIsBetweenTypeImpl. basicSetUpperBoundary(UpperBoundaryType newUpperBoundary, NotificationChain msgs)
void
PropertyIsBetweenTypeImpl. setUpperBoundary(UpperBoundaryType newUpperBoundary)
-
Uses of UpperBoundaryType in net.opengis.fes20.util
Methods in net.opengis.fes20.util with parameters of type UpperBoundaryType Modifier and Type Method Description T
Fes20Switch. caseUpperBoundaryType(UpperBoundaryType object)
Returns the result of interpreting the object as an instance of 'Upper Boundary Type'.boolean
Fes20Validator. validateUpperBoundaryType(UpperBoundaryType upperBoundaryType, DiagnosticChain diagnostics, Map<Object,Object> context)
-