Uses of Class
net.opengis.cat.csw20.ResultType
-
Packages that use ResultType Package Description net.opengis.cat.csw20 net.opengis.cat.csw20.impl -
-
Uses of ResultType in net.opengis.cat.csw20
Fields in net.opengis.cat.csw20 with type parameters of type ResultType Modifier and Type Field Description static List<ResultType>
ResultType. VALUES
A public read-only list of all the 'Result Type' enumerators.Methods in net.opengis.cat.csw20 that return ResultType Modifier and Type Method Description static ResultType
ResultType. get(int value)
Returns the 'Result Type' literal with the specified integer value.static ResultType
ResultType. get(String literal)
Returns the 'Result Type' literal with the specified literal value.static ResultType
ResultType. getByName(String name)
Returns the 'Result Type' literal with the specified name.ResultType
GetRecordsType. getResultType()
Returns the value of the 'Result Type' attribute.static ResultType
ResultType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ResultType[]
ResultType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.opengis.cat.csw20 with parameters of type ResultType Modifier and Type Method Description void
GetRecordsType. setResultType(ResultType value)
Sets the value of the 'Result Type
' attribute. -
Uses of ResultType in net.opengis.cat.csw20.impl
Fields in net.opengis.cat.csw20.impl declared as ResultType Modifier and Type Field Description protected static ResultType
GetRecordsTypeImpl. RESULT_TYPE_EDEFAULT
The default value of the 'Result Type
' attribute.protected ResultType
GetRecordsTypeImpl. resultType
The cached value of the 'Result Type
' attribute.Methods in net.opengis.cat.csw20.impl that return ResultType Modifier and Type Method Description ResultType
Csw20FactoryImpl. createResultTypeFromString(EDataType eDataType, String initialValue)
ResultType
GetRecordsTypeImpl. getResultType()
Methods in net.opengis.cat.csw20.impl with parameters of type ResultType Modifier and Type Method Description void
GetRecordsTypeImpl. setResultType(ResultType newResultType)
-