Interface KeywordsType

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
KeywordsTypeImpl

public interface KeywordsType extends EObject
A representation of the model object 'Keywords Type'.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the value of the 'Keyword' attribute.
    Returns the value of the 'Type' containment reference.
    void
    Sets the value of the 'Keyword' attribute.
    void
    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 Details

    • getKeyword

      String getKeyword()
      Returns the value of the 'Keyword' attribute.

      If the meaning of the 'Keyword' attribute list isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Keyword' attribute.
      See Also:
    • setKeyword

      void setKeyword(String value)
      Sets the value of the 'Keyword' attribute.
      Parameters:
      value - the new value of the 'Keyword' attribute.
      See Also:
    • 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

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