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.wfs
Fields in net.opengis.wfs declared as ResultTypeType Modifier and Type Field Description static ResultTypeType
ResultTypeType. HITS_LITERAL
The 'Hits' literal object.static ResultTypeType
ResultTypeType. RESULTS_LITERAL
The 'Results' literal object.Methods in net.opengis.wfs that return ResultTypeType Modifier and Type Method Description static ResultTypeType
ResultTypeType. get(int value)
Returns the 'Result Type Type' literal with the specified integer value.static ResultTypeType
ResultTypeType. get(String literal)
Returns the 'Result Type Type' literal with the specified literal value.static ResultTypeType
ResultTypeType. getByName(String name)
Returns the 'Result Type Type' literal with the specified name.ResultTypeType
GetFeatureType. getResultType()
Returns the value of the 'Result Type' attribute.Methods in net.opengis.wfs with parameters of type ResultTypeType Modifier and Type Method Description void
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 ResultTypeType Modifier and Type Field Description protected static 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 ResultTypeType Modifier and Type Method Description ResultTypeType
WfsFactoryImpl. createResultTypeTypeFromString(EDataType eDataType, String initialValue)
ResultTypeType
GetFeatureTypeImpl. getResultType()
Methods in net.opengis.wfs.impl with parameters of type ResultTypeType Modifier and Type Method Description void
GetFeatureTypeImpl. setResultType(ResultTypeType newResultType)
-
Uses of ResultTypeType in net.opengis.wfs.validation
Methods in net.opengis.wfs.validation with parameters of type ResultTypeType Modifier and Type Method Description boolean
GetFeatureTypeValidator. validateResultType(ResultTypeType value)
-