Uses of Enum Class
net.opengis.wfs20.ResolveValueType
Packages that use ResolveValueType
Package
Description
-
Uses of ResolveValueType in net.opengis.wfs20
Fields in net.opengis.wfs20 with type parameters of type ResolveValueTypeModifier and TypeFieldDescriptionstatic final List<ResolveValueType>
ResolveValueType.VALUES
A public read-only list of all the 'Resolve Value Type' enumerators.Methods in net.opengis.wfs20 that return ResolveValueTypeModifier and TypeMethodDescriptionstatic ResolveValueType
ResolveValueType.get
(int value) Returns the 'Resolve Value Type' literal with the specified integer value.static ResolveValueType
Returns the 'Resolve Value Type' literal with the specified literal value.static ResolveValueType
Returns the 'Resolve Value Type' literal with the specified name.GetFeatureType.getResolve()
Returns the value of the 'Resolve' attribute.GetPropertyValueType.getResolve()
Returns the value of the 'Resolve' attribute.PropertyNameType.getResolve()
Returns the value of the 'Resolve' attribute.static ResolveValueType
Returns the enum constant of this class with the specified name.static ResolveValueType[]
ResolveValueType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.opengis.wfs20 with parameters of type ResolveValueTypeModifier and TypeMethodDescriptionvoid
GetFeatureType.setResolve
(ResolveValueType value) Sets the value of the 'Resolve
' attribute.void
GetPropertyValueType.setResolve
(ResolveValueType value) Sets the value of the 'Resolve
' attribute.void
PropertyNameType.setResolve
(ResolveValueType value) Sets the value of the 'Resolve
' attribute. -
Uses of ResolveValueType in net.opengis.wfs20.impl
Fields in net.opengis.wfs20.impl declared as ResolveValueTypeModifier and TypeFieldDescriptionprotected ResolveValueType
GetFeatureTypeImpl.resolve
The cached value of the 'Resolve
' attribute.protected ResolveValueType
GetPropertyValueTypeImpl.resolve
The cached value of the 'Resolve
' attribute.protected ResolveValueType
PropertyNameTypeImpl.resolve
The cached value of the 'Resolve
' attribute.protected static final ResolveValueType
GetFeatureTypeImpl.RESOLVE_EDEFAULT
The default value of the 'Resolve
' attribute.protected static final ResolveValueType
GetPropertyValueTypeImpl.RESOLVE_EDEFAULT
The default value of the 'Resolve
' attribute.protected static final ResolveValueType
PropertyNameTypeImpl.RESOLVE_EDEFAULT
The default value of the 'Resolve
' attribute.Methods in net.opengis.wfs20.impl that return ResolveValueTypeModifier and TypeMethodDescriptionWfs20FactoryImpl.createResolveValueTypeFromString
(EDataType eDataType, String initialValue) Wfs20FactoryImpl.createResolveValueTypeObjectFromString
(EDataType eDataType, String initialValue) GetFeatureTypeImpl.getResolve()
GetPropertyValueTypeImpl.getResolve()
PropertyNameTypeImpl.getResolve()
Methods in net.opengis.wfs20.impl with parameters of type ResolveValueTypeModifier and TypeMethodDescriptionvoid
GetFeatureTypeImpl.setResolve
(ResolveValueType newResolve) void
GetPropertyValueTypeImpl.setResolve
(ResolveValueType newResolve) void
PropertyNameTypeImpl.setResolve
(ResolveValueType newResolve) -
Uses of ResolveValueType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type ResolveValueTypeModifier and TypeMethodDescriptionboolean
Wfs20Validator.validateResolveValueType
(ResolveValueType resolveValueType, DiagnosticChain diagnostics, Map<Object, Object> context) boolean
Wfs20Validator.validateResolveValueTypeObject
(ResolveValueType resolveValueTypeObject, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of ResolveValueType in net.opengis.wfs20.validation
Methods in net.opengis.wfs20.validation with parameters of type ResolveValueTypeModifier and TypeMethodDescriptionboolean
GetFeatureTypeValidator.validateResolve
(ResolveValueType value) boolean
GetPropertyValueTypeValidator.validateResolve
(ResolveValueType value) boolean
PropertyNameTypeValidator.validateResolve
(ResolveValueType value)