Uses of Class
net.opengis.cat.csw20.ElementSetType
-
Packages that use ElementSetType Package Description net.opengis.cat.csw20 net.opengis.cat.csw20.impl -
-
Uses of ElementSetType in net.opengis.cat.csw20
Fields in net.opengis.cat.csw20 with type parameters of type ElementSetType Modifier and Type Field Description static List<ElementSetType>
ElementSetType. VALUES
A public read-only list of all the 'Element Set Type' enumerators.Methods in net.opengis.cat.csw20 that return ElementSetType Modifier and Type Method Description static ElementSetType
ElementSetType. get(int value)
Returns the 'Element Set Type' literal with the specified integer value.static ElementSetType
ElementSetType. get(String literal)
Returns the 'Element Set Type' literal with the specified literal value.static ElementSetType
ElementSetType. getByName(String name)
Returns the 'Element Set Type' literal with the specified name.ElementSetType
SearchResultsType. getElementSet()
Returns the value of the 'Element Set' attribute.ElementSetType
ElementSetNameType. getValue()
Returns the value of the 'Value' attribute.static ElementSetType
ElementSetType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ElementSetType[]
ElementSetType. 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 ElementSetType Modifier and Type Method Description void
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 ElementSetType Modifier and Type Field Description protected static 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 ElementSetType
ElementSetNameTypeImpl. VALUE_EDEFAULT
The default value of the 'Value
' attribute.Methods in net.opengis.cat.csw20.impl that return ElementSetType Modifier and Type Method Description ElementSetType
Csw20FactoryImpl. createElementSetTypeFromString(EDataType eDataType, String initialValue)
ElementSetType
SearchResultsTypeImpl. getElementSet()
ElementSetType
ElementSetNameTypeImpl. getValue()
Methods in net.opengis.cat.csw20.impl with parameters of type ElementSetType Modifier and Type Method Description void
SearchResultsTypeImpl. setElementSet(ElementSetType newElementSet)
void
ElementSetNameTypeImpl. setValue(ElementSetType newValue)
-