Interface CoordinationStep
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
public interface CoordinationStep
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Coordination Step'.
The following features are supported:
- See Also:
- Model:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Bounded Context' reference.Returns the value of the 'Operation' reference.Returns the value of the 'Service' reference.void
setBoundedContext
(BoundedContext value) Sets the value of the 'Bounded Context
' reference.void
setOperation
(ServiceOperation value) Sets the value of the 'Operation
' reference.void
setService
(Service value) Sets the value of the 'Service
' 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
-
getBoundedContext
BoundedContext getBoundedContext()Returns the value of the 'Bounded Context' reference.- Returns:
- the value of the 'Bounded Context' reference.
- See Also:
- Model:
- Generated:
-
setBoundedContext
Sets the value of the 'Bounded Context
' reference.- Parameters:
value
- the new value of the 'Bounded Context' reference.- See Also:
- Generated:
-
getService
Service getService()Returns the value of the 'Service' reference.- Returns:
- the value of the 'Service' reference.
- See Also:
- Model:
- Generated:
-
setService
Sets the value of the 'Service
' reference.- Parameters:
value
- the new value of the 'Service' reference.- See Also:
- Generated:
-
getOperation
ServiceOperation getOperation()Returns the value of the 'Operation' reference.- Returns:
- the value of the 'Operation' reference.
- See Also:
- Model:
- Generated:
-
setOperation
Sets the value of the 'Operation
' reference.- Parameters:
value
- the new value of the 'Operation' reference.- See Also:
- Generated:
-