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:
Csw20Package.getGetDomainResponseType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<DomainValuesType>
getDomainValues()
Returns the value of the 'Domain Values' containment reference list.
-
-
-
Method Detail
-
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:
Csw20Package.getGetDomainResponseType_DomainValues()
-
-