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.VALUESA public read-only list of all the 'Star String Type' enumerators.Methods in net.opengis.wfs20 that return StarStringTypeModifier and TypeMethodDescriptionstatic StarStringTypeStarStringType.get(int value) Returns the 'Star String Type' literal with the specified integer value.static StarStringTypeReturns the 'Star String Type' literal with the specified literal value.static StarStringTypeReturns the 'Star String Type' literal with the specified name.static StarStringTypeReturns 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 TypeMethodDescriptionbooleanWfs20Validator.validateStarStringType(StarStringType starStringType, DiagnosticChain diagnostics, Map<Object, Object> context) booleanWfs20Validator.validateStarStringTypeObject(StarStringType starStringTypeObject, DiagnosticChain diagnostics, Map<Object, Object> context)