Uses of Enum Class
net.opengis.cat.csw20.ResultType
Packages that use ResultType
-
Uses of ResultType in net.opengis.cat.csw20
Fields in net.opengis.cat.csw20 with type parameters of type ResultTypeModifier and TypeFieldDescriptionstatic final List<ResultType>ResultType.VALUESA public read-only list of all the 'Result Type' enumerators.Methods in net.opengis.cat.csw20 that return ResultTypeModifier and TypeMethodDescriptionstatic ResultTypeResultType.get(int value) Returns the 'Result Type' literal with the specified integer value.static ResultTypeReturns the 'Result Type' literal with the specified literal value.static ResultTypeReturns the 'Result Type' literal with the specified name.GetRecordsType.getResultType()Returns the value of the 'Result Type' attribute.static ResultTypeReturns the enum constant of this class with the specified name.static ResultType[]ResultType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.opengis.cat.csw20 with parameters of type ResultTypeModifier and TypeMethodDescriptionvoidGetRecordsType.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 ResultTypeModifier and TypeFieldDescriptionprotected static final 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 ResultTypeModifier and TypeMethodDescriptionCsw20FactoryImpl.createResultTypeFromString(EDataType eDataType, String initialValue) GetRecordsTypeImpl.getResultType()Methods in net.opengis.cat.csw20.impl with parameters of type ResultTypeModifier and TypeMethodDescriptionvoidGetRecordsTypeImpl.setResultType(ResultType newResultType)