Interface KeywordsType

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getKeyword()
      Returns the value of the 'Keyword' attribute.
      CodeType getType()
      Returns the value of the 'Type' containment reference.
      void setKeyword​(String value)
      Sets the value of the 'Keyword' attribute.
      void setType​(CodeType value)
      Sets the value of the 'Type' containment reference.
      • 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

      • setKeyword

        void setKeyword​(String value)
        Sets the value of the 'Keyword' attribute.
        Parameters:
        value - the new value of the 'Keyword' attribute.
        See Also:
        getKeyword()
      • getType

        CodeType getType()
        Returns the value of the 'Type' containment reference.

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

        Returns:
        the value of the 'Type' containment reference.
        See Also:
        setType(CodeType), Wcs10Package.getKeywordsType_Type()
      • setType

        void setType​(CodeType value)
        Sets the value of the 'Type' containment reference.
        Parameters:
        value - the new value of the 'Type' containment reference.
        See Also:
        getType()