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:
- Model:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptiongetActor()
Returns the value of the 'Actor' attribute.Returns the value of the 'Command' reference.Returns the value of the 'Operation' reference.void
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
-
Method Details
-
getCommand
CommandEvent getCommand()Returns the value of the 'Command' reference.- Returns:
- the value of the 'Command' reference.
- See Also:
- Model:
- Generated:
-
setCommand
Sets the value of the 'Command
' reference.- Parameters:
value
- the new value of the 'Command' reference.- See Also:
- Generated:
-
getOperation
ServiceOperation getOperation()Returns the value of the 'Operation' reference.- Returns:
- the value of the 'Operation' reference.
- See Also:
- Model:
- Generated:
-
setOperation
Sets the value of the 'Operation
' reference.- Parameters:
value
- the new value of the 'Operation' reference.- See Also:
- Generated:
-
getActor
String getActor()Returns the value of the 'Actor' attribute.- Returns:
- the value of the 'Actor' attribute.
- See Also:
- Model:
- Generated:
-
setActor
Sets the value of the 'Actor
' attribute.- Parameters:
value
- the new value of the 'Actor' attribute.- See Also:
- Generated:
-