Interface CommandInvokationStep
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,FlowStep
,org.eclipse.emf.common.notify.Notifier
public interface CommandInvokationStep extends FlowStep
A representation of the model object 'Command Invokation Step'.The following features are supported:
- See Also:
ContextMappingDSLPackage.getCommandInvokationStep()
- Model:
- Generated:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EitherCommandOrOperationInvokation
getAction()
Returns the value of the 'Action' containment reference.org.eclipse.emf.common.util.EList<DomainEvent>
getEvents()
Returns the value of the 'Events' reference list.void
setAction(EitherCommandOrOperationInvokation value)
Sets the value of the 'Action
' containment reference.
-
-
-
Method Detail
-
getEvents
org.eclipse.emf.common.util.EList<DomainEvent> getEvents()
Returns the value of the 'Events' reference list. The list contents are of typeDomainEvent
.- Returns:
- the value of the 'Events' reference list.
- See Also:
ContextMappingDSLPackage.getCommandInvokationStep_Events()
- Model:
- Generated:
-
getAction
EitherCommandOrOperationInvokation getAction()
Returns the value of the 'Action' containment reference.- Returns:
- the value of the 'Action' containment reference.
- See Also:
setAction(EitherCommandOrOperationInvokation)
,ContextMappingDSLPackage.getCommandInvokationStep_Action()
- Model:
- containment="true"
- Generated:
-
setAction
void setAction(EitherCommandOrOperationInvokation value)
Sets the value of the 'Action
' containment reference.- Parameters:
value
- the new value of the 'Action' containment reference.- See Also:
getAction()
- Generated:
-
-