Uses of Enum Class
net.opengis.wfs20.StarStringType
Packages that use StarStringType
-
Uses of StarStringType in net.opengis.wfs20
Fields in net.opengis.wfs20 with type parameters of type StarStringTypeModifier and TypeFieldDescriptionstatic final List<StarStringType>
StarStringType.VALUES
A public read-only list of all the 'Star String Type' enumerators.Methods in net.opengis.wfs20 that return StarStringTypeModifier and TypeMethodDescriptionstatic StarStringType
StarStringType.get
(int value) Returns the 'Star String Type' literal with the specified integer value.static StarStringType
Returns the 'Star String Type' literal with the specified literal value.static StarStringType
Returns the 'Star String Type' literal with the specified name.static StarStringType
Returns the enum constant of this class with the specified name.static StarStringType[]
StarStringType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of StarStringType in net.opengis.wfs20.impl
Methods in net.opengis.wfs20.impl that return StarStringTypeModifier and TypeMethodDescriptionWfs20FactoryImpl.createStarStringTypeFromString
(EDataType eDataType, String initialValue) Wfs20FactoryImpl.createStarStringTypeObjectFromString
(EDataType eDataType, String initialValue) -
Uses of StarStringType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type StarStringTypeModifier and TypeMethodDescriptionboolean
Wfs20Validator.validateStarStringType
(StarStringType starStringType, DiagnosticChain diagnostics, Map<Object, Object> context) boolean
Wfs20Validator.validateStarStringTypeObject
(StarStringType starStringTypeObject, DiagnosticChain diagnostics, Map<Object, Object> context)