Interface OperationSignature
- All Superinterfaces:
EObject,InterfaceContent,Notifier,Signature
- All Known Implementing Classes:
OperationSignatureImpl
A representation of the model object 'Operation Signature'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
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, eSetDeliverMethods inherited from interface org.palladiosimulator.textual.tpcm.language.Signature
getName, getParameters, setName
-
Method Details
-
getReturn
Datatype getReturn()Returns the value of the 'Return' reference.- Returns:
- the value of the 'Return' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setReturn
Sets the value of the 'Return' reference.- Parameters:
value- the new value of the 'Return' reference.- See Also:
- Generated class or method.
-