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.wfs20Fields in net.opengis.wfs20 with type parameters of type ResultTypeType Modifier and Type Field Description static List<ResultTypeType>ResultTypeType. VALUESA 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 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.ResultTypeTypeGetPropertyValueType. getResultType()Returns the value of the 'Result Type' attribute.static ResultTypeTypeResultTypeType. 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 voidGetFeatureType. setResultType(ResultTypeType value)Sets the value of the 'Result Type' attribute.voidGetPropertyValueType. setResultType(ResultTypeType value)Sets the value of the 'Result Type' attribute.
- 
Uses of ResultTypeType in net.opengis.wfs20.implFields in net.opengis.wfs20.impl declared as ResultTypeType Modifier and Type Field Description protected static ResultTypeTypeGetFeatureTypeImpl. RESULT_TYPE_EDEFAULTThe default value of the 'Result Type' attribute.protected static ResultTypeTypeGetPropertyValueTypeImpl. RESULT_TYPE_EDEFAULTThe default value of the 'Result Type' attribute.protected ResultTypeTypeGetFeatureTypeImpl. resultTypeThe cached value of the 'Result Type' attribute.protected ResultTypeTypeGetPropertyValueTypeImpl. resultTypeThe cached value of the 'Result Type' attribute.Methods in net.opengis.wfs20.impl that return ResultTypeType Modifier and Type Method Description ResultTypeTypeWfs20FactoryImpl. createResultTypeTypeFromString(EDataType eDataType, String initialValue)ResultTypeTypeWfs20FactoryImpl. createResultTypeTypeObjectFromString(EDataType eDataType, String initialValue)ResultTypeTypeGetFeatureTypeImpl. getResultType()ResultTypeTypeGetPropertyValueTypeImpl. getResultType()Methods in net.opengis.wfs20.impl with parameters of type ResultTypeType Modifier and Type Method Description voidGetFeatureTypeImpl. setResultType(ResultTypeType newResultType)voidGetPropertyValueTypeImpl. setResultType(ResultTypeType newResultType)
- 
Uses of ResultTypeType in net.opengis.wfs20.utilMethods in net.opengis.wfs20.util with parameters of type ResultTypeType Modifier and Type Method Description booleanWfs20Validator. validateResultTypeType(ResultTypeType resultTypeType, DiagnosticChain diagnostics, Map<Object,Object> context)booleanWfs20Validator. validateResultTypeTypeObject(ResultTypeType resultTypeTypeObject, DiagnosticChain diagnostics, Map<Object,Object> context)
- 
Uses of ResultTypeType in net.opengis.wfs20.validationMethods in net.opengis.wfs20.validation with parameters of type ResultTypeType Modifier and Type Method Description booleanGetFeatureTypeValidator. validateResultType(ResultTypeType value)booleanGetPropertyValueTypeValidator. validateResultType(ResultTypeType value)
 
-