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.wfs20Fields in net.opengis.wfs20 with type parameters of type ResolveValueType Modifier and Type Field Description static List<ResolveValueType>ResolveValueType. VALUESA 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 ResolveValueTypeResolveValueType. get(int value)Returns the 'Resolve Value Type' literal with the specified integer value.static ResolveValueTypeResolveValueType. get(String literal)Returns the 'Resolve Value Type' literal with the specified literal value.static ResolveValueTypeResolveValueType. getByName(String name)Returns the 'Resolve Value Type' literal with the specified name.ResolveValueTypeGetFeatureType. getResolve()Returns the value of the 'Resolve' attribute.ResolveValueTypeGetPropertyValueType. getResolve()Returns the value of the 'Resolve' attribute.ResolveValueTypePropertyNameType. getResolve()Returns the value of the 'Resolve' attribute.static ResolveValueTypeResolveValueType. 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 voidGetFeatureType. setResolve(ResolveValueType value)Sets the value of the 'Resolve' attribute.voidGetPropertyValueType. setResolve(ResolveValueType value)Sets the value of the 'Resolve' attribute.voidPropertyNameType. setResolve(ResolveValueType value)Sets the value of the 'Resolve' attribute.
- 
Uses of ResolveValueType in net.opengis.wfs20.implFields in net.opengis.wfs20.impl declared as ResolveValueType Modifier and Type Field Description protected ResolveValueTypeGetFeatureTypeImpl. resolveThe cached value of the 'Resolve' attribute.protected ResolveValueTypeGetPropertyValueTypeImpl. resolveThe cached value of the 'Resolve' attribute.protected ResolveValueTypePropertyNameTypeImpl. resolveThe cached value of the 'Resolve' attribute.protected static ResolveValueTypeGetFeatureTypeImpl. RESOLVE_EDEFAULTThe default value of the 'Resolve' attribute.protected static ResolveValueTypeGetPropertyValueTypeImpl. RESOLVE_EDEFAULTThe default value of the 'Resolve' attribute.protected static ResolveValueTypePropertyNameTypeImpl. RESOLVE_EDEFAULTThe default value of the 'Resolve' attribute.Methods in net.opengis.wfs20.impl that return ResolveValueType Modifier and Type Method Description ResolveValueTypeWfs20FactoryImpl. createResolveValueTypeFromString(EDataType eDataType, String initialValue)ResolveValueTypeWfs20FactoryImpl. createResolveValueTypeObjectFromString(EDataType eDataType, String initialValue)ResolveValueTypeGetFeatureTypeImpl. getResolve()ResolveValueTypeGetPropertyValueTypeImpl. getResolve()ResolveValueTypePropertyNameTypeImpl. getResolve()Methods in net.opengis.wfs20.impl with parameters of type ResolveValueType Modifier and Type Method Description voidGetFeatureTypeImpl. setResolve(ResolveValueType newResolve)voidGetPropertyValueTypeImpl. setResolve(ResolveValueType newResolve)voidPropertyNameTypeImpl. setResolve(ResolveValueType newResolve)
- 
Uses of ResolveValueType in net.opengis.wfs20.utilMethods in net.opengis.wfs20.util with parameters of type ResolveValueType Modifier and Type Method Description booleanWfs20Validator. validateResolveValueType(ResolveValueType resolveValueType, DiagnosticChain diagnostics, Map<Object,Object> context)booleanWfs20Validator. validateResolveValueTypeObject(ResolveValueType resolveValueTypeObject, DiagnosticChain diagnostics, Map<Object,Object> context)
- 
Uses of ResolveValueType in net.opengis.wfs20.validationMethods in net.opengis.wfs20.validation with parameters of type ResolveValueType Modifier and Type Method Description booleanGetFeatureTypeValidator. validateResolve(ResolveValueType value)booleanGetPropertyValueTypeValidator. validateResolve(ResolveValueType value)booleanPropertyNameTypeValidator. validateResolve(ResolveValueType value)
 
-