Interface SuperExecution
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
SuperExecutionImpl
public interface SuperExecution
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Super Execution'.
The following features are supported:
- See Also:
-
Method Summary
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getCall
Call getCall()Returns the value of the 'Call' containment reference.- Returns:
- the value of the 'Call' containment reference.
- See Also:
-
setCall
Sets the value of the 'Call' containment reference.- Parameters:
value- the new value of the 'Call' containment reference.- See Also:
-
getCalls
org.eclipse.emf.common.util.EList<SubCall> getCalls()Returns the value of the 'Calls' containment reference list. The list contents are of typeSubCall.- Returns:
- the value of the 'Calls' containment reference list.
- See Also:
-