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.csw20Fields in net.opengis.cat.csw20 with type parameters of type ElementSetType Modifier and Type Field Description static List<ElementSetType>ElementSetType. VALUESA 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 ElementSetTypeElementSetType. get(int value)Returns the 'Element Set Type' literal with the specified integer value.static ElementSetTypeElementSetType. get(String literal)Returns the 'Element Set Type' literal with the specified literal value.static ElementSetTypeElementSetType. getByName(String name)Returns the 'Element Set Type' literal with the specified name.ElementSetTypeSearchResultsType. getElementSet()Returns the value of the 'Element Set' attribute.ElementSetTypeElementSetNameType. getValue()Returns the value of the 'Value' attribute.static ElementSetTypeElementSetType. 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 voidSearchResultsType. 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.implFields in net.opengis.cat.csw20.impl declared as ElementSetType Modifier and Type Field Description protected static 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 ElementSetTypeElementSetNameTypeImpl. VALUE_EDEFAULTThe default value of the 'Value' attribute.Methods in net.opengis.cat.csw20.impl that return ElementSetType Modifier and Type Method Description ElementSetTypeCsw20FactoryImpl. createElementSetTypeFromString(EDataType eDataType, String initialValue)ElementSetTypeSearchResultsTypeImpl. getElementSet()ElementSetTypeElementSetNameTypeImpl. getValue()Methods in net.opengis.cat.csw20.impl with parameters of type ElementSetType Modifier and Type Method Description voidSearchResultsTypeImpl. setElementSet(ElementSetType newElementSet)voidElementSetNameTypeImpl. setValue(ElementSetType newValue)
 
-