Uses of Enum Class
net.opengis.cat.csw20.ElementSetType
Packages that use ElementSetType
-
Uses of ElementSetType in net.opengis.cat.csw20
Fields in net.opengis.cat.csw20 with type parameters of type ElementSetTypeModifier and TypeFieldDescriptionstatic final List<ElementSetType>
ElementSetType.VALUES
A public read-only list of all the 'Element Set Type' enumerators.Methods in net.opengis.cat.csw20 that return ElementSetTypeModifier and TypeMethodDescriptionstatic ElementSetType
ElementSetType.get
(int value) Returns the 'Element Set Type' literal with the specified integer value.static ElementSetType
Returns the 'Element Set Type' literal with the specified literal value.static ElementSetType
Returns the 'Element Set Type' literal with the specified name.SearchResultsType.getElementSet()
Returns the value of the 'Element Set' attribute.ElementSetNameType.getValue()
Returns the value of the 'Value' attribute.static ElementSetType
Returns the enum constant of this class with the specified name.static ElementSetType[]
ElementSetType.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 ElementSetTypeModifier and TypeMethodDescriptionvoid
SearchResultsType.setElementSet
(ElementSetType value) Sets the value of the 'Element Set
' attribute.void
ElementSetNameType.setValue
(ElementSetType value) Sets the value of the 'Value
' attribute. -
Uses of ElementSetType in net.opengis.cat.csw20.impl
Fields in net.opengis.cat.csw20.impl declared as ElementSetTypeModifier and TypeFieldDescriptionprotected static final ElementSetType
SearchResultsTypeImpl.ELEMENT_SET_EDEFAULT
The default value of the 'Element Set
' attribute.protected ElementSetType
SearchResultsTypeImpl.elementSet
The cached value of the 'Element Set
' attribute.protected ElementSetType
ElementSetNameTypeImpl.value
The cached value of the 'Value
' attribute.protected static final ElementSetType
ElementSetNameTypeImpl.VALUE_EDEFAULT
The default value of the 'Value
' attribute.Methods in net.opengis.cat.csw20.impl that return ElementSetTypeModifier and TypeMethodDescriptionCsw20FactoryImpl.createElementSetTypeFromString
(EDataType eDataType, String initialValue) SearchResultsTypeImpl.getElementSet()
ElementSetNameTypeImpl.getValue()
Methods in net.opengis.cat.csw20.impl with parameters of type ElementSetTypeModifier and TypeMethodDescriptionvoid
SearchResultsTypeImpl.setElementSet
(ElementSetType newElementSet) void
ElementSetNameTypeImpl.setValue
(ElementSetType newValue)