Package net.opengis.cat.csw20
Interface ElementSetNameType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
ElementSetNameTypeImpl
public interface ElementSetNameType
extends EObject
A representation of the model object 'Element Set Name Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Type Names' attribute.getValue()
Returns the value of the 'Value' attribute.boolean
Returns whether the value of the 'Value
' attribute is set.void
setTypeNames
(List<QName> value) Sets the value of the 'Type Names
' attribute.void
setValue
(ElementSetType value) Sets the value of the 'Value
' attribute.void
Unsets the value of the 'Value
' attribute.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getValue
ElementSetType getValue()Returns the value of the 'Value' attribute. The literals are from the enumerationElementSetType
.If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Value' attribute.
- See Also:
-
setValue
Sets the value of the 'Value
' attribute.- Parameters:
value
- the new value of the 'Value' attribute.- See Also:
-
unsetValue
void unsetValue()Unsets the value of the 'Value
' attribute.- See Also:
-
isSetValue
boolean isSetValue()Returns whether the value of the 'Value
' attribute is set.- Returns:
- whether the value of the 'Value' attribute is set.
- See Also:
-
getTypeNames
Returns the value of the 'Type Names' attribute.If the meaning of the 'Type Names' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Type Names' attribute.
- See Also:
-
setTypeNames
Sets the value of the 'Type Names
' attribute.- Parameters:
value
- the new value of the 'Type Names' attribute.- See Also:
-