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.
      • 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 Detail

      • getDomainValues

        EList<DomainValuesType> getDomainValues()
        Returns the value of the 'Domain Values' containment reference list. The list contents are of type DomainValuesType.

        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()