public interface ResourceOperationDelegate
extends org.eclipse.emf.ecore.EObject
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
Service |
getDelegate()
Returns the value of the 'Delegate' reference.
|
ServiceOperation |
getDelegateOperation()
Returns the value of the 'Delegate Operation' reference.
|
void |
setDelegate(Service value)
Sets the value of the '
Delegate' reference. |
void |
setDelegateOperation(ServiceOperation value)
Sets the value of the '
Delegate Operation' reference. |
Service getDelegate()
If the meaning of the 'Delegate' reference isn't clear, there really should be more of a description here...
setDelegate(Service),
TacticdslPackage.getResourceOperationDelegate_Delegate()void setDelegate(Service value)
Delegate' reference.
value - the new value of the 'Delegate' reference.getDelegate()ServiceOperation getDelegateOperation()
If the meaning of the 'Delegate Operation' reference isn't clear, there really should be more of a description here...
setDelegateOperation(ServiceOperation),
TacticdslPackage.getResourceOperationDelegate_DelegateOperation()void setDelegateOperation(ServiceOperation value)
Delegate Operation' reference.
value - the new value of the 'Delegate Operation' reference.getDelegateOperation()