Interface EitherCommandOrOperation

  • All Superinterfaces:
    org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

    public interface EitherCommandOrOperation
    extends org.eclipse.emf.ecore.EObject
    A representation of the model object 'Either Command Or Operation'.

    The following features are supported:

    See Also:
    ContextMappingDSLPackage.getEitherCommandOrOperation()
    Model:
    Generated:
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getActor()
      Returns the value of the 'Actor' attribute.
      CommandEvent getCommand()
      Returns the value of the 'Command' reference.
      ServiceOperation getOperation()
      Returns the value of the 'Operation' reference.
      void setActor​(java.lang.String value)
      Sets the value of the 'Actor' attribute.
      void setCommand​(CommandEvent value)
      Sets the value of the 'Command' reference.
      void setOperation​(ServiceOperation value)
      Sets the value of the 'Operation' 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