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.VALUES
A public read-only list of all the 'Result Type' enumerators.Methods in net.opengis.cat.csw20 that return ResultTypeModifier and TypeMethodDescriptionstatic ResultType
ResultType.get
(int value) Returns the 'Result Type' literal with the specified integer value.static ResultType
Returns the 'Result Type' literal with the specified literal value.static ResultType
Returns the 'Result Type' literal with the specified name.GetRecordsType.getResultType()
Returns the value of the 'Result Type' attribute.static ResultType
Returns 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 TypeMethodDescriptionvoid
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 ResultTypeModifier and TypeFieldDescriptionprotected static final 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 ResultTypeModifier and TypeMethodDescriptionCsw20FactoryImpl.createResultTypeFromString
(EDataType eDataType, String initialValue) GetRecordsTypeImpl.getResultType()
Methods in net.opengis.cat.csw20.impl with parameters of type ResultTypeModifier and TypeMethodDescriptionvoid
GetRecordsTypeImpl.setResultType
(ResultType newResultType)