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