Interface ResourceOperationDelegate
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
public interface ResourceOperationDelegate
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Resource Operation Delegate'.
The following features are supported:
- See Also:
- Model:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Delegate' reference.Returns the value of the 'Delegate Operation' reference.void
setDelegate
(Service value) Sets the value of the 'Delegate
' reference.void
Sets the value of the 'Delegate Operation
' reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getDelegate
Service getDelegate()Returns the value of the 'Delegate' reference.- Returns:
- the value of the 'Delegate' reference.
- See Also:
- Model:
- Generated:
-
setDelegate
Sets the value of the 'Delegate
' reference.- Parameters:
value
- the new value of the 'Delegate' reference.- See Also:
- Generated:
-
getDelegateOperation
ServiceOperation getDelegateOperation()Returns the value of the 'Delegate Operation' reference.- Returns:
- the value of the 'Delegate Operation' reference.
- See Also:
- Model:
- Generated:
-
setDelegateOperation
Sets the value of the 'Delegate Operation
' reference.- Parameters:
value
- the new value of the 'Delegate Operation' reference.- See Also:
- Generated:
-