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.fes20Methods in net.opengis.fes20 that return UpperBoundaryType Modifier and Type Method Description UpperBoundaryTypeFes20Factory. createUpperBoundaryType()Returns a new object of class 'Upper Boundary Type'.UpperBoundaryTypePropertyIsBetweenType. 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 voidPropertyIsBetweenType. setUpperBoundary(UpperBoundaryType value)Sets the value of the 'Upper Boundary' containment reference.
- 
Uses of UpperBoundaryType in net.opengis.fes20.implClasses in net.opengis.fes20.impl that implement UpperBoundaryType Modifier and Type Class Description classUpperBoundaryTypeImplAn implementation of the model object 'Upper Boundary Type'.Fields in net.opengis.fes20.impl declared as UpperBoundaryType Modifier and Type Field Description protected UpperBoundaryTypePropertyIsBetweenTypeImpl. upperBoundaryThe cached value of the 'Upper Boundary' containment reference.Methods in net.opengis.fes20.impl that return UpperBoundaryType Modifier and Type Method Description UpperBoundaryTypeFes20FactoryImpl. createUpperBoundaryType()UpperBoundaryTypePropertyIsBetweenTypeImpl. getUpperBoundary()Methods in net.opengis.fes20.impl with parameters of type UpperBoundaryType Modifier and Type Method Description NotificationChainPropertyIsBetweenTypeImpl. basicSetUpperBoundary(UpperBoundaryType newUpperBoundary, NotificationChain msgs)voidPropertyIsBetweenTypeImpl. setUpperBoundary(UpperBoundaryType newUpperBoundary)
- 
Uses of UpperBoundaryType in net.opengis.fes20.utilMethods in net.opengis.fes20.util with parameters of type UpperBoundaryType Modifier and Type Method Description TFes20Switch. caseUpperBoundaryType(UpperBoundaryType object)Returns the result of interpreting the object as an instance of 'Upper Boundary Type'.booleanFes20Validator. validateUpperBoundaryType(UpperBoundaryType upperBoundaryType, DiagnosticChain diagnostics, Map<Object,Object> context)
 
-