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.csw20Fields in net.opengis.cat.csw20 with type parameters of type ResultType Modifier and Type Field Description static List<ResultType>ResultType. VALUESA 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 ResultTypeResultType. get(int value)Returns the 'Result Type' literal with the specified integer value.static ResultTypeResultType. get(String literal)Returns the 'Result Type' literal with the specified literal value.static ResultTypeResultType. getByName(String name)Returns the 'Result Type' literal with the specified name.ResultTypeGetRecordsType. getResultType()Returns the value of the 'Result Type' attribute.static ResultTypeResultType. 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 voidGetRecordsType. setResultType(ResultType value)Sets the value of the 'Result Type' attribute.
- 
Uses of ResultType in net.opengis.cat.csw20.implFields in net.opengis.cat.csw20.impl declared as ResultType Modifier and Type Field Description protected static ResultTypeGetRecordsTypeImpl. RESULT_TYPE_EDEFAULTThe default value of the 'Result Type' attribute.protected ResultTypeGetRecordsTypeImpl. resultTypeThe cached value of the 'Result Type' attribute.Methods in net.opengis.cat.csw20.impl that return ResultType Modifier and Type Method Description ResultTypeCsw20FactoryImpl. createResultTypeFromString(EDataType eDataType, String initialValue)ResultTypeGetRecordsTypeImpl. getResultType()Methods in net.opengis.cat.csw20.impl with parameters of type ResultType Modifier and Type Method Description voidGetRecordsTypeImpl. setResultType(ResultType newResultType)
 
-