public interface Execute
extends org.eclipse.emf.ecore.EObject
The following features are supported:
RecipePackage.getExecute()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<InputReference> |
getInputReference()
Returns the value of the 'Input Reference' containment reference list.
|
org.eclipse.emf.common.util.EList<InputValue> |
getInputValue()
Returns the value of the 'Input Value' containment reference list.
|
org.eclipse.emf.common.util.EList<MapInput> |
getMapInput()
Returns the value of the 'Map Input' containment reference list.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
org.eclipse.emf.common.util.EList<CaptureOutput> |
getOutput()
Returns the value of the 'Output' containment reference list.
|
Task |
getTask()
Returns the value of the 'Task' container reference.
|
void |
setName(String value)
Sets the value of the '
Name' attribute. |
void |
setTask(Task value)
Sets the value of the '
Task' container reference. |
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
RecipePackage.getExecute_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()Task getTask()
Execute'.
If the meaning of the 'Task' container reference isn't clear, there really should be more of a description here...
setTask(Task),
RecipePackage.getExecute_Task(),
Task.getExecute()void setTask(Task value)
Task' container reference.
value - the new value of the 'Task' container reference.getTask()org.eclipse.emf.common.util.EList<MapInput> getMapInput()
MapInput.
If the meaning of the 'Map Input' containment reference list isn't clear, there really should be more of a description here...
RecipePackage.getExecute_MapInput()org.eclipse.emf.common.util.EList<InputValue> getInputValue()
InputValue.
If the meaning of the 'Input Value' containment reference list isn't clear, there really should be more of a description here...
RecipePackage.getExecute_InputValue()org.eclipse.emf.common.util.EList<CaptureOutput> getOutput()
CaptureOutput.
If the meaning of the 'Output' containment reference list isn't clear, there really should be more of a description here...
RecipePackage.getExecute_Output()org.eclipse.emf.common.util.EList<InputReference> getInputReference()
InputReference.
If the meaning of the 'Input Reference' containment reference list isn't clear, there really should be more of a description here...
RecipePackage.getExecute_InputReference()