Interface ActionValue

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ActionValue copyInstance()  
      Label getLabel()
      Returns the value of the 'Label' containment reference.
      void setLabel​(Label value)
      Sets the value of the 'Label' containment reference.
      • Methods inherited from interface org.eclipse.emf.ecore.EObject

        eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
      • Methods inherited from interface org.eclipse.emf.common.notify.Notifier

        eAdapters, eDeliver, eNotify, eSetDeliver
    • Method Detail

      • getLabel

        Label getLabel()
        Returns the value of the 'Label' containment reference.

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

        Returns:
        the value of the 'Label' containment reference.
        See Also:
        setLabel(Label), AttributePackage.getActionValue_Label()
      • setLabel

        void setLabel​(Label value)
        Sets the value of the 'Label' containment reference.
        Parameters:
        value - the new value of the 'Label' containment reference.
        See Also:
        getLabel()