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.VALUESA public read-only list of all the 'Resolve Value Type' enumerators.Methods in net.opengis.wfs20 that return ResolveValueTypeModifier and TypeMethodDescriptionstatic ResolveValueTypeResolveValueType.get(int value) Returns the 'Resolve Value Type' literal with the specified integer value.static ResolveValueTypeReturns the 'Resolve Value Type' literal with the specified literal value.static ResolveValueTypeReturns 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 ResolveValueTypeReturns 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 TypeMethodDescriptionvoidGetFeatureType.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.impl
Fields in net.opengis.wfs20.impl declared as ResolveValueTypeModifier and TypeFieldDescriptionprotected 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 final ResolveValueTypeGetFeatureTypeImpl.RESOLVE_EDEFAULTThe default value of the 'Resolve' attribute.protected static final ResolveValueTypeGetPropertyValueTypeImpl.RESOLVE_EDEFAULTThe default value of the 'Resolve' attribute.protected static final ResolveValueTypePropertyNameTypeImpl.RESOLVE_EDEFAULTThe 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 TypeMethodDescriptionvoidGetFeatureTypeImpl.setResolve(ResolveValueType newResolve) voidGetPropertyValueTypeImpl.setResolve(ResolveValueType newResolve) voidPropertyNameTypeImpl.setResolve(ResolveValueType newResolve) -
Uses of ResolveValueType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type ResolveValueTypeModifier and TypeMethodDescriptionbooleanWfs20Validator.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.validation
Methods in net.opengis.wfs20.validation with parameters of type ResolveValueTypeModifier and TypeMethodDescriptionbooleanGetFeatureTypeValidator.validateResolve(ResolveValueType value) booleanGetPropertyValueTypeValidator.validateResolve(ResolveValueType value) booleanPropertyNameTypeValidator.validateResolve(ResolveValueType value)