Uses of Class
net.opengis.wfs.ResultTypeType
Packages that use ResultTypeType
-
Uses of ResultTypeType in net.opengis.wfs
Fields in net.opengis.wfs declared as ResultTypeTypeModifier and TypeFieldDescriptionstatic final ResultTypeType
ResultTypeType.HITS_LITERAL
The 'Hits' literal object.static final ResultTypeType
ResultTypeType.RESULTS_LITERAL
The 'Results' literal object.Methods in net.opengis.wfs 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.Methods in net.opengis.wfs with parameters of type ResultTypeTypeModifier and TypeMethodDescriptionvoid
GetFeatureType.setResultType
(ResultTypeType value) Sets the value of the 'Result Type
' attribute. -
Uses of ResultTypeType in net.opengis.wfs.impl
Fields in net.opengis.wfs.impl declared as ResultTypeTypeModifier and TypeFieldDescriptionprotected static final ResultTypeType
GetFeatureTypeImpl.RESULT_TYPE_EDEFAULT
The default value of the 'Result Type
' attribute.protected ResultTypeType
GetFeatureTypeImpl.resultType
The cached value of the 'Result Type
' attribute.Methods in net.opengis.wfs.impl that return ResultTypeTypeModifier and TypeMethodDescriptionWfsFactoryImpl.createResultTypeTypeFromString
(EDataType eDataType, String initialValue) GetFeatureTypeImpl.getResultType()
Methods in net.opengis.wfs.impl with parameters of type ResultTypeTypeModifier and TypeMethodDescriptionvoid
GetFeatureTypeImpl.setResultType
(ResultTypeType newResultType) -
Uses of ResultTypeType in net.opengis.wfs.validation
Methods in net.opengis.wfs.validation with parameters of type ResultTypeTypeModifier and TypeMethodDescriptionboolean
GetFeatureTypeValidator.validateResultType
(ResultTypeType value)