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.VALUESA public read-only list of all the 'Result Type Type' enumerators.Methods in net.opengis.wfs20 that return ResultTypeTypeModifier and TypeMethodDescriptionstatic ResultTypeTypeResultTypeType.get(int value) Returns the 'Result Type Type' literal with the specified integer value.static ResultTypeTypeReturns the 'Result Type Type' literal with the specified literal value.static ResultTypeTypeReturns 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 ResultTypeTypeReturns 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 TypeMethodDescriptionvoidGetFeatureType.setResultType(ResultTypeType value) Sets the value of the 'Result Type' attribute.voidGetPropertyValueType.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 ResultTypeTypeGetFeatureTypeImpl.RESULT_TYPE_EDEFAULTThe default value of the 'Result Type' attribute.protected static final ResultTypeTypeGetPropertyValueTypeImpl.RESULT_TYPE_EDEFAULTThe default value of the 'Result Type' attribute.protected ResultTypeTypeGetFeatureTypeImpl.resultTypeThe cached value of the 'Result Type' attribute.protected ResultTypeTypeGetPropertyValueTypeImpl.resultTypeThe 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 TypeMethodDescriptionvoidGetFeatureTypeImpl.setResultType(ResultTypeType newResultType) voidGetPropertyValueTypeImpl.setResultType(ResultTypeType newResultType) -
Uses of ResultTypeType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type ResultTypeTypeModifier and TypeMethodDescriptionbooleanWfs20Validator.validateResultTypeType(ResultTypeType resultTypeType, DiagnosticChain diagnostics, Map<Object, Object> context) booleanWfs20Validator.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 TypeMethodDescriptionbooleanGetFeatureTypeValidator.validateResultType(ResultTypeType value) booleanGetPropertyValueTypeValidator.validateResultType(ResultTypeType value)