Uses of Enum Class
net.opengis.ows20.RangeClosureType
Packages that use RangeClosureType
Package
Description
-
Uses of RangeClosureType in net.opengis.ows20
Fields in net.opengis.ows20 with type parameters of type RangeClosureTypeModifier and TypeFieldDescriptionstatic final List<RangeClosureType>
RangeClosureType.VALUES
A public read-only list of all the 'Range Closure Type' enumerators.Methods in net.opengis.ows20 that return RangeClosureTypeModifier and TypeMethodDescriptionstatic RangeClosureType
RangeClosureType.get
(int value) Returns the 'Range Closure Type' literal with the specified integer value.static RangeClosureType
Returns the 'Range Closure Type' literal with the specified literal value.static RangeClosureType
Returns the 'Range Closure Type' literal with the specified name.DocumentRoot.getRangeClosure()
Returns the value of the 'Range Closure' attribute.RangeType.getRangeClosure()
Returns the value of the 'Range Closure' attribute.static RangeClosureType
Returns the enum constant of this class with the specified name.static RangeClosureType[]
RangeClosureType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.opengis.ows20 with parameters of type RangeClosureTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setRangeClosure
(RangeClosureType value) Sets the value of the 'Range Closure
' attribute.void
RangeType.setRangeClosure
(RangeClosureType value) Sets the value of the 'Range Closure
' attribute. -
Uses of RangeClosureType in net.opengis.ows20.impl
Fields in net.opengis.ows20.impl declared as RangeClosureTypeModifier and TypeFieldDescriptionprotected static final RangeClosureType
DocumentRootImpl.RANGE_CLOSURE_EDEFAULT
The default value of the 'Range Closure
' attribute.protected static final RangeClosureType
RangeTypeImpl.RANGE_CLOSURE_EDEFAULT
The default value of the 'Range Closure
' attribute.protected RangeClosureType
DocumentRootImpl.rangeClosure
The cached value of the 'Range Closure
' attribute.protected RangeClosureType
RangeTypeImpl.rangeClosure
The cached value of the 'Range Closure
' attribute.Methods in net.opengis.ows20.impl that return RangeClosureTypeModifier and TypeMethodDescriptionOws20FactoryImpl.createRangeClosureTypeFromString
(EDataType eDataType, String initialValue) Ows20FactoryImpl.createRangeClosureTypeObjectFromString
(EDataType eDataType, String initialValue) DocumentRootImpl.getRangeClosure()
RangeTypeImpl.getRangeClosure()
Methods in net.opengis.ows20.impl with parameters of type RangeClosureTypeModifier and TypeMethodDescriptionvoid
DocumentRootImpl.setRangeClosure
(RangeClosureType newRangeClosure) void
RangeTypeImpl.setRangeClosure
(RangeClosureType newRangeClosure) -
Uses of RangeClosureType in net.opengis.ows20.util
Methods in net.opengis.ows20.util with parameters of type RangeClosureTypeModifier and TypeMethodDescriptionboolean
Ows20Validator.validateRangeClosureType
(RangeClosureType rangeClosureType, DiagnosticChain diagnostics, Map<Object, Object> context) boolean
Ows20Validator.validateRangeClosureTypeObject
(RangeClosureType rangeClosureTypeObject, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of RangeClosureType in net.opengis.ows20.validation
Methods in net.opengis.ows20.validation with parameters of type RangeClosureTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validateRangeClosure
(RangeClosureType value) boolean
RangeTypeValidator.validateRangeClosure
(RangeClosureType value)