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.VALUESA public read-only list of all the 'Element Set Type' enumerators.Methods in net.opengis.cat.csw20 that return ElementSetTypeModifier and TypeMethodDescriptionstatic ElementSetTypeElementSetType.get(int value) Returns the 'Element Set Type' literal with the specified integer value.static ElementSetTypeReturns the 'Element Set Type' literal with the specified literal value.static ElementSetTypeReturns 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 ElementSetTypeReturns 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 TypeMethodDescriptionvoidSearchResultsType.setElementSet(ElementSetType value) Sets the value of the 'Element Set' attribute.voidElementSetNameType.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 ElementSetTypeSearchResultsTypeImpl.ELEMENT_SET_EDEFAULTThe default value of the 'Element Set' attribute.protected ElementSetTypeSearchResultsTypeImpl.elementSetThe cached value of the 'Element Set' attribute.protected ElementSetTypeElementSetNameTypeImpl.valueThe cached value of the 'Value' attribute.protected static final ElementSetTypeElementSetNameTypeImpl.VALUE_EDEFAULTThe 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 TypeMethodDescriptionvoidSearchResultsTypeImpl.setElementSet(ElementSetType newElementSet) voidElementSetNameTypeImpl.setValue(ElementSetType newValue)