Uses of Class
net.opengis.wfs.ResultTypeType
- 
Packages that use ResultTypeType Package Description net.opengis.wfs net.opengis.wfs.impl net.opengis.wfs.validation 
- 
- 
Uses of ResultTypeType in net.opengis.wfsFields in net.opengis.wfs declared as ResultTypeType Modifier and Type Field Description static ResultTypeTypeResultTypeType. HITS_LITERALThe 'Hits' literal object.static ResultTypeTypeResultTypeType. RESULTS_LITERALThe 'Results' literal object.Methods in net.opengis.wfs that return ResultTypeType Modifier and Type Method Description static ResultTypeTypeResultTypeType. get(int value)Returns the 'Result Type Type' literal with the specified integer value.static ResultTypeTypeResultTypeType. get(String literal)Returns the 'Result Type Type' literal with the specified literal value.static ResultTypeTypeResultTypeType. getByName(String name)Returns the 'Result Type Type' literal with the specified name.ResultTypeTypeGetFeatureType. getResultType()Returns the value of the 'Result Type' attribute.Methods in net.opengis.wfs with parameters of type ResultTypeType Modifier and Type Method Description voidGetFeatureType. setResultType(ResultTypeType value)Sets the value of the 'Result Type' attribute.
- 
Uses of ResultTypeType in net.opengis.wfs.implFields in net.opengis.wfs.impl declared as ResultTypeType Modifier and Type Field Description protected static 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 ResultTypeType Modifier and Type Method Description ResultTypeTypeWfsFactoryImpl. createResultTypeTypeFromString(EDataType eDataType, String initialValue)ResultTypeTypeGetFeatureTypeImpl. getResultType()Methods in net.opengis.wfs.impl with parameters of type ResultTypeType Modifier and Type Method Description voidGetFeatureTypeImpl. setResultType(ResultTypeType newResultType)
- 
Uses of ResultTypeType in net.opengis.wfs.validationMethods in net.opengis.wfs.validation with parameters of type ResultTypeType Modifier and Type Method Description booleanGetFeatureTypeValidator. validateResultType(ResultTypeType value)
 
-