Package net.opengis.cat.csw20
Interface GetDomainResponseType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
GetDomainResponseTypeImpl
public interface GetDomainResponseType
extends EObject
A representation of the model object 'Get Domain Response Type'.
Returns the actual values for some property. In general this is a
subset of the value domain (that is, set of permissible values),
although in some cases these may be the same.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionEList<DomainValuesType>
Returns the value of the 'Domain Values' containment reference list.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
-
getDomainValues
EList<DomainValuesType> getDomainValues()Returns the value of the 'Domain Values' containment reference list. The list contents are of typeDomainValuesType
.If the meaning of the 'Domain Values' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Domain Values' containment reference list.
- See Also:
-