Interface DescriptionType

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getAbstract()
      Returns the value of the 'Abstract' attribute.
      EList<KeywordsType> getKeywords()
      Returns the value of the 'Keywords' containment reference list.
      String getTitle()
      Returns the value of the 'Title' attribute.
      void setAbstract​(String value)
      Sets the value of the 'Abstract' attribute.
      void setTitle​(String value)
      Sets the value of the 'Title' 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 Detail

      • setTitle

        void setTitle​(String value)
        Sets the value of the 'Title' attribute.
        Parameters:
        value - the new value of the 'Title' attribute.
        See Also:
        getTitle()
      • setAbstract

        void setAbstract​(String value)
        Sets the value of the 'Abstract' attribute.
        Parameters:
        value - the new value of the 'Abstract' attribute.
        See Also:
        getAbstract()
      • getKeywords

        EList<KeywordsType> 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:
        Ows10Package.getDescriptionType_Keywords()