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 ResultTypeTypeResultTypeType.HITS_LITERALThe 'Hits' literal object.static final ResultTypeTypeResultTypeType.RESULTS_LITERALThe 'Results' literal object.Methods in net.opengis.wfs 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.Methods in net.opengis.wfs with parameters of type ResultTypeTypeModifier and TypeMethodDescriptionvoidGetFeatureType.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 ResultTypeTypeGetFeatureTypeImpl.RESULT_TYPE_EDEFAULTThe default value of the 'Result Type' attribute.protected ResultTypeTypeGetFeatureTypeImpl.resultTypeThe 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 TypeMethodDescriptionvoidGetFeatureTypeImpl.setResultType(ResultTypeType newResultType) -
Uses of ResultTypeType in net.opengis.wfs.validation
Methods in net.opengis.wfs.validation with parameters of type ResultTypeTypeModifier and TypeMethodDescriptionbooleanGetFeatureTypeValidator.validateResultType(ResultTypeType value)