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.wfs20Fields in net.opengis.wfs20 with type parameters of type StarStringType Modifier and Type Field Description static List<StarStringType>StarStringType. VALUESA 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 StarStringTypeStarStringType. get(int value)Returns the 'Star String Type' literal with the specified integer value.static StarStringTypeStarStringType. get(String literal)Returns the 'Star String Type' literal with the specified literal value.static StarStringTypeStarStringType. getByName(String name)Returns the 'Star String Type' literal with the specified name.static StarStringTypeStarStringType. 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.implMethods in net.opengis.wfs20.impl that return StarStringType Modifier and Type Method Description StarStringTypeWfs20FactoryImpl. createStarStringTypeFromString(EDataType eDataType, String initialValue)StarStringTypeWfs20FactoryImpl. createStarStringTypeObjectFromString(EDataType eDataType, String initialValue)
- 
Uses of StarStringType in net.opengis.wfs20.utilMethods in net.opengis.wfs20.util with parameters of type StarStringType Modifier and Type Method Description booleanWfs20Validator. validateStarStringType(StarStringType starStringType, DiagnosticChain diagnostics, Map<Object,Object> context)booleanWfs20Validator. validateStarStringTypeObject(StarStringType starStringTypeObject, DiagnosticChain diagnostics, Map<Object,Object> context)
 
-