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