@Deprecated public interface WorkflowComponentProxy extends WorkflowComponent
The following features are supported:
WorkflowPackage.getWorkflowComponentProxy()| Modifier and Type | Method and Description |
|---|---|
WorkflowComponent |
getTargetComponent()
Deprecated.
Returns the value of the 'Target Component' reference.
|
void |
setTargetComponent(WorkflowComponent value)
Deprecated.
Sets the value of the '
Target Component' reference. |
accept, getComponentOrchestrationStrategy, getDescription, getName, getType, logError, run, setComponentOrchestrationStrategy, setDescription, setName, setType, startWorkflowComponent getTargetComponent()
If the meaning of the 'Target Component' reference isn't clear, there really should be more of a description here...
setTargetComponent(WorkflowComponent),
WorkflowPackage.getWorkflowComponentProxy_TargetComponent()void setTargetComponent(WorkflowComponent value)
Target Component' reference.
value - the new value of the 'Target Component' reference.getTargetComponent()