Package de.gebit.integrity.dsl
Interface Call
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,SuiteStatement,SuiteStatementWithResult
- All Known Implementing Classes:
CallImpl
A representation of the model object 'Call'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Definition' reference.Returns the value of the 'Multiplier' containment reference.org.eclipse.emf.common.util.EList<Parameter> Returns the value of the 'Parameters' containment reference list.Returns the value of the 'Result' containment reference.org.eclipse.emf.common.util.EList<NamedCallResult> Returns the value of the 'Results' containment reference list.voidsetDefinition(CallDefinition value) Sets the value of the 'Definition' reference.voidsetMultiplier(ExecutionMultiplier value) Sets the value of the 'Multiplier' containment reference.voidsetResult(VariableVariable value) Sets the value of the 'Result' containment reference.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
-
getMultiplier
ExecutionMultiplier getMultiplier()Returns the value of the 'Multiplier' containment reference.- Returns:
- the value of the 'Multiplier' containment reference.
- See Also:
-
setMultiplier
Sets the value of the 'Multiplier' containment reference.- Parameters:
value- the new value of the 'Multiplier' containment reference.- See Also:
-
getDefinition
CallDefinition getDefinition()Returns the value of the 'Definition' reference.- Returns:
- the value of the 'Definition' reference.
- See Also:
-
setDefinition
Sets the value of the 'Definition' reference.- Parameters:
value- the new value of the 'Definition' reference.- See Also:
-
getParameters
org.eclipse.emf.common.util.EList<Parameter> getParameters()Returns the value of the 'Parameters' containment reference list. The list contents are of typeParameter.- Returns:
- the value of the 'Parameters' containment reference list.
- See Also:
-
getResults
org.eclipse.emf.common.util.EList<NamedCallResult> getResults()Returns the value of the 'Results' containment reference list. The list contents are of typeNamedCallResult.- Returns:
- the value of the 'Results' containment reference list.
- See Also:
-
getResult
VariableVariable getResult()Returns the value of the 'Result' containment reference.- Returns:
- the value of the 'Result' containment reference.
- See Also:
-
setResult
Sets the value of the 'Result' containment reference.- Parameters:
value- the new value of the 'Result' containment reference.- See Also:
-