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.
-
-
-
Method Detail
-
getCommand
CommandEvent getCommand()
Returns the value of the 'Command' reference.- Returns:
- the value of the 'Command' reference.
- See Also:
setCommand(CommandEvent)
,ContextMappingDSLPackage.getEitherCommandOrOperation_Command()
- Model:
- Generated:
-
setCommand
void setCommand(CommandEvent value)
Sets the value of the 'Command
' reference.- Parameters:
value
- the new value of the 'Command' reference.- See Also:
getCommand()
- Generated:
-
getOperation
ServiceOperation getOperation()
Returns the value of the 'Operation' reference.- Returns:
- the value of the 'Operation' reference.
- See Also:
setOperation(ServiceOperation)
,ContextMappingDSLPackage.getEitherCommandOrOperation_Operation()
- Model:
- Generated:
-
setOperation
void setOperation(ServiceOperation value)
Sets the value of the 'Operation
' reference.- Parameters:
value
- the new value of the 'Operation' reference.- See Also:
getOperation()
- Generated:
-
getActor
java.lang.String getActor()
Returns the value of the 'Actor' attribute.- Returns:
- the value of the 'Actor' attribute.
- See Also:
setActor(String)
,ContextMappingDSLPackage.getEitherCommandOrOperation_Actor()
- Model:
- Generated:
-
setActor
void setActor(java.lang.String value)
Sets the value of the 'Actor
' attribute.- Parameters:
value
- the new value of the 'Actor' attribute.- See Also:
getActor()
- Generated:
-
-