Uses of Class
net.opengis.wfs20.ResolveValueType
-
Packages that use ResolveValueType Package Description net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.util net.opengis.wfs20.validation -
-
Uses of ResolveValueType in net.opengis.wfs20
Fields in net.opengis.wfs20 with type parameters of type ResolveValueType Modifier and Type Field Description static List<ResolveValueType>
ResolveValueType. VALUES
A public read-only list of all the 'Resolve Value Type' enumerators.Methods in net.opengis.wfs20 that return ResolveValueType Modifier and Type Method Description static ResolveValueType
ResolveValueType. get(int value)
Returns the 'Resolve Value Type' literal with the specified integer value.static ResolveValueType
ResolveValueType. get(String literal)
Returns the 'Resolve Value Type' literal with the specified literal value.static ResolveValueType
ResolveValueType. getByName(String name)
Returns the 'Resolve Value Type' literal with the specified name.ResolveValueType
GetFeatureType. getResolve()
Returns the value of the 'Resolve' attribute.ResolveValueType
GetPropertyValueType. getResolve()
Returns the value of the 'Resolve' attribute.ResolveValueType
PropertyNameType. getResolve()
Returns the value of the 'Resolve' attribute.static ResolveValueType
ResolveValueType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ResolveValueType[]
ResolveValueType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.opengis.wfs20 with parameters of type ResolveValueType Modifier and Type Method Description void
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 ResolveValueType Modifier and Type Field Description protected 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 ResolveValueType
GetFeatureTypeImpl. RESOLVE_EDEFAULT
The default value of the 'Resolve
' attribute.protected static ResolveValueType
GetPropertyValueTypeImpl. RESOLVE_EDEFAULT
The default value of the 'Resolve
' attribute.protected static ResolveValueType
PropertyNameTypeImpl. RESOLVE_EDEFAULT
The default value of the 'Resolve
' attribute.Methods in net.opengis.wfs20.impl that return ResolveValueType Modifier and Type Method Description ResolveValueType
Wfs20FactoryImpl. createResolveValueTypeFromString(EDataType eDataType, String initialValue)
ResolveValueType
Wfs20FactoryImpl. createResolveValueTypeObjectFromString(EDataType eDataType, String initialValue)
ResolveValueType
GetFeatureTypeImpl. getResolve()
ResolveValueType
GetPropertyValueTypeImpl. getResolve()
ResolveValueType
PropertyNameTypeImpl. getResolve()
Methods in net.opengis.wfs20.impl with parameters of type ResolveValueType Modifier and Type Method Description void
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 ResolveValueType Modifier and Type Method Description boolean
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 ResolveValueType Modifier and Type Method Description boolean
GetFeatureTypeValidator. validateResolve(ResolveValueType value)
boolean
GetPropertyValueTypeValidator. validateResolve(ResolveValueType value)
boolean
PropertyNameTypeValidator. validateResolve(ResolveValueType value)
-