Uses of Enum Class
net.opengis.wfs20.ResultTypeType
Packages that use ResultTypeType
Package
Description
-
Uses of ResultTypeType in net.opengis.wfs20
Fields in net.opengis.wfs20 with type parameters of type ResultTypeTypeModifier and TypeFieldDescriptionstatic final List<ResultTypeType>
ResultTypeType.VALUES
A public read-only list of all the 'Result Type Type' enumerators.Methods in net.opengis.wfs20 that return ResultTypeTypeModifier and TypeMethodDescriptionstatic ResultTypeType
ResultTypeType.get
(int value) Returns the 'Result Type Type' literal with the specified integer value.static ResultTypeType
Returns the 'Result Type Type' literal with the specified literal value.static ResultTypeType
Returns the 'Result Type Type' literal with the specified name.GetFeatureType.getResultType()
Returns the value of the 'Result Type' attribute.GetPropertyValueType.getResultType()
Returns the value of the 'Result Type' attribute.static ResultTypeType
Returns the enum constant of this class with the specified name.static ResultTypeType[]
ResultTypeType.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 ResultTypeTypeModifier and TypeMethodDescriptionvoid
GetFeatureType.setResultType
(ResultTypeType value) Sets the value of the 'Result Type
' attribute.void
GetPropertyValueType.setResultType
(ResultTypeType value) Sets the value of the 'Result Type
' attribute. -
Uses of ResultTypeType in net.opengis.wfs20.impl
Fields in net.opengis.wfs20.impl declared as ResultTypeTypeModifier and TypeFieldDescriptionprotected static final ResultTypeType
GetFeatureTypeImpl.RESULT_TYPE_EDEFAULT
The default value of the 'Result Type
' attribute.protected static final ResultTypeType
GetPropertyValueTypeImpl.RESULT_TYPE_EDEFAULT
The default value of the 'Result Type
' attribute.protected ResultTypeType
GetFeatureTypeImpl.resultType
The cached value of the 'Result Type
' attribute.protected ResultTypeType
GetPropertyValueTypeImpl.resultType
The cached value of the 'Result Type
' attribute.Methods in net.opengis.wfs20.impl that return ResultTypeTypeModifier and TypeMethodDescriptionWfs20FactoryImpl.createResultTypeTypeFromString
(EDataType eDataType, String initialValue) Wfs20FactoryImpl.createResultTypeTypeObjectFromString
(EDataType eDataType, String initialValue) GetFeatureTypeImpl.getResultType()
GetPropertyValueTypeImpl.getResultType()
Methods in net.opengis.wfs20.impl with parameters of type ResultTypeTypeModifier and TypeMethodDescriptionvoid
GetFeatureTypeImpl.setResultType
(ResultTypeType newResultType) void
GetPropertyValueTypeImpl.setResultType
(ResultTypeType newResultType) -
Uses of ResultTypeType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type ResultTypeTypeModifier and TypeMethodDescriptionboolean
Wfs20Validator.validateResultTypeType
(ResultTypeType resultTypeType, DiagnosticChain diagnostics, Map<Object, Object> context) boolean
Wfs20Validator.validateResultTypeTypeObject
(ResultTypeType resultTypeTypeObject, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of ResultTypeType in net.opengis.wfs20.validation
Methods in net.opengis.wfs20.validation with parameters of type ResultTypeTypeModifier and TypeMethodDescriptionboolean
GetFeatureTypeValidator.validateResultType
(ResultTypeType value) boolean
GetPropertyValueTypeValidator.validateResultType
(ResultTypeType value)