Interface SeffExternalCallAction
-
- All Superinterfaces:
EObject,Notifier,SeffAction
- All Known Implementing Classes:
SeffExternalCallActionImpl
public interface SeffExternalCallAction extends SeffAction
A representation of the model object 'Seff External Call Action'.The following features are supported:
- See Also:
RepoLangPackage.getSeffExternalCallAction()- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<SeffCallParameter>getBindings()Returns the value of the 'Bindings' containment reference list.SignaturegetCalled()Returns the value of the 'Called' reference.EList<SeffReferenceParameter>getReturning()Returns the value of the 'Returning' containment reference list.RoleSpecificationgetRole()Returns the value of the 'Role' reference.voidsetCalled(Signature value)Sets the value of the 'Called' reference.voidsetRole(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 Detail
-
getRole
RoleSpecification getRole()
Returns the value of the 'Role' reference.- Returns:
- the value of the 'Role' reference.
- See Also:
setRole(RoleSpecification),RepoLangPackage.getSeffExternalCallAction_Role()- Generated class or method.
- EMF model class or method.
-
setRole
void setRole(RoleSpecification value)
Sets the value of the 'Role' reference.- Parameters:
value- the new value of the 'Role' reference.- See Also:
getRole()- Generated class or method.
-
getCalled
Signature getCalled()
Returns the value of the 'Called' reference.- Returns:
- the value of the 'Called' reference.
- See Also:
setCalled(Signature),RepoLangPackage.getSeffExternalCallAction_Called()- Generated class or method.
- EMF model class or method.
-
setCalled
void setCalled(Signature value)
Sets the value of the 'Called' reference.- Parameters:
value- the new value of the 'Called' reference.- See Also:
getCalled()- 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:
RepoLangPackage.getSeffExternalCallAction_Bindings()- 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:
RepoLangPackage.getSeffExternalCallAction_Returning()- Generated class or method.
- EMF model class or method.
- containment="true"
-
-