Uses of Class
net.opengis.wfs20.ResultTypeType
-
Packages that use ResultTypeType Package Description net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.util net.opengis.wfs20.validation -
-
Uses of ResultTypeType in net.opengis.wfs20
Fields in net.opengis.wfs20 with type parameters of type ResultTypeType Modifier and Type Field Description static List<ResultTypeType>
ResultTypeType. VALUES
A public read-only list of all the 'Result Type Type' enumerators.Methods in net.opengis.wfs20 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.ResultTypeType
GetPropertyValueType. getResultType()
Returns the value of the 'Result Type' attribute.static ResultTypeType
ResultTypeType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ResultTypeType[]
ResultTypeType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.opengis.wfs20 with parameters of type ResultTypeType Modifier and Type Method Description void
GetFeatureType. setResultType(ResultTypeType value)
Sets the value of the 'Result Type
' attribute.void
GetPropertyValueType. 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 ResultTypeType Modifier and Type Field Description protected static ResultTypeType
GetFeatureTypeImpl. RESULT_TYPE_EDEFAULT
The default value of the 'Result Type
' attribute.protected static ResultTypeType
GetPropertyValueTypeImpl. RESULT_TYPE_EDEFAULT
The default value of the 'Result Type
' attribute.protected ResultTypeType
GetFeatureTypeImpl. resultType
The cached value of the 'Result Type
' attribute.protected ResultTypeType
GetPropertyValueTypeImpl. resultType
The cached value of the 'Result Type
' attribute.Methods in net.opengis.wfs20.impl that return ResultTypeType Modifier and Type Method Description ResultTypeType
Wfs20FactoryImpl. createResultTypeTypeFromString(EDataType eDataType, String initialValue)
ResultTypeType
Wfs20FactoryImpl. createResultTypeTypeObjectFromString(EDataType eDataType, String initialValue)
ResultTypeType
GetFeatureTypeImpl. getResultType()
ResultTypeType
GetPropertyValueTypeImpl. getResultType()
Methods in net.opengis.wfs20.impl with parameters of type ResultTypeType Modifier and Type Method Description void
GetFeatureTypeImpl. setResultType(ResultTypeType newResultType)
void
GetPropertyValueTypeImpl. setResultType(ResultTypeType newResultType)
-
Uses of ResultTypeType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type ResultTypeType Modifier and Type Method Description boolean
Wfs20Validator. validateResultTypeType(ResultTypeType resultTypeType, DiagnosticChain diagnostics, Map<Object,Object> context)
boolean
Wfs20Validator. 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 ResultTypeType Modifier and Type Method Description boolean
GetFeatureTypeValidator. validateResultType(ResultTypeType value)
boolean
GetPropertyValueTypeValidator. validateResultType(ResultTypeType value)
-