Interface ServiceOperationDelegate
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
public interface ServiceOperationDelegate extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Service Operation Delegate'.The following features are supported:
- See Also:
TacticdslPackage.getServiceOperationDelegate()
- Model:
- Generated:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
getDelegate
ServiceRepositoryOption getDelegate()
Returns the value of the 'Delegate' reference.- Returns:
- the value of the 'Delegate' reference.
- See Also:
setDelegate(ServiceRepositoryOption)
,TacticdslPackage.getServiceOperationDelegate_Delegate()
- Model:
- Generated:
-
setDelegate
void setDelegate(ServiceRepositoryOption value)
Sets the value of the 'Delegate
' reference.- Parameters:
value
- the new value of the 'Delegate' reference.- See Also:
getDelegate()
- Generated:
-
getDelegateOperation
ServiceRepositoryOperationOption getDelegateOperation()
Returns the value of the 'Delegate Operation' reference.- Returns:
- the value of the 'Delegate Operation' reference.
- See Also:
setDelegateOperation(ServiceRepositoryOperationOption)
,TacticdslPackage.getServiceOperationDelegate_DelegateOperation()
- Model:
- Generated:
-
setDelegateOperation
void setDelegateOperation(ServiceRepositoryOperationOption value)
Sets the value of the 'Delegate Operation
' reference.- Parameters:
value
- the new value of the 'Delegate Operation' reference.- See Also:
getDelegateOperation()
- Generated:
-
-