Interface SeffExternalCallAction
- All Superinterfaces:
EObject
,Notifier
,SeffAction
- All Known Implementing Classes:
SeffExternalCallActionImpl
A representation of the model object 'Seff External Call Action'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Bindings' containment reference list.Returns the value of the 'Called' reference.Returns the value of the 'Returning' containment reference list.getRole()
Returns the value of the 'Role' reference.void
Sets the value of the 'Called
' reference.void
setRole
(RoleSpecification value) Sets the value of the 'Role
' 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
Methods inherited from interface com.palladiosimulator.textual.repository.repoLang.SeffAction
getName, setName
-
Method Details
-
getRole
RoleSpecification getRole()Returns the value of the 'Role' reference.- Returns:
- the value of the 'Role' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setRole
Sets the value of the 'Role
' reference.- Parameters:
value
- the new value of the 'Role' reference.- See Also:
- Generated class or method.
-
getCalled
Signature getCalled()Returns the value of the 'Called' reference.- Returns:
- the value of the 'Called' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setCalled
Sets the value of the 'Called
' reference.- Parameters:
value
- the new value of the 'Called' reference.- See Also:
- Generated class or method.
-
getBindings
EList<SeffCallParameter> getBindings()Returns the value of the 'Bindings' containment reference list. The list contents are of typeSeffCallParameter
.- Returns:
- the value of the 'Bindings' containment reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true"
-
getReturning
EList<SeffReferenceParameter> getReturning()Returns the value of the 'Returning' containment reference list. The list contents are of typeSeffReferenceParameter
.- Returns:
- the value of the 'Returning' containment reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true"
-