Interface DescriptionType

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      EList getAbstract()
      Returns the value of the 'Abstract' containment reference list.
      EList getKeywords()
      Returns the value of the 'Keywords' containment reference list.
      EList getTitle()
      Returns the value of the 'Title' 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

      • getTitle

        EList getTitle()
        Returns the value of the 'Title' containment reference list. The list contents are of type LanguageStringType. Title of this resource, normally used for display to a human.
        Returns:
        the value of the 'Title' containment reference list.
        See Also:
        Ows11Package.getDescriptionType_Title()
      • getAbstract

        EList getAbstract()
        Returns the value of the 'Abstract' containment reference list. The list contents are of type LanguageStringType. Brief narrative description of this resource, normally used for display to a human.
        Returns:
        the value of the 'Abstract' containment reference list.
        See Also:
        Ows11Package.getDescriptionType_Abstract()
      • getKeywords

        EList getKeywords()
        Returns the value of the 'Keywords' containment reference list. The list contents are of type KeywordsType.

        If the meaning of the 'Keywords' containment reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Keywords' containment reference list.
        See Also:
        Ows11Package.getDescriptionType_Keywords()