Interface OperationSignature
-
- All Superinterfaces:
EObject,InterfaceContent,Notifier,Signature
- All Known Implementing Classes:
OperationSignatureImpl
public interface OperationSignature extends Signature
A representation of the model object 'Operation Signature'.The following features are supported:
- See Also:
LanguagePackage.getOperationSignature()- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DatatypegetReturn()Returns the value of the 'Return' reference.voidsetReturn(Datatype value)Sets the value of the 'Return' 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 org.palladiosimulator.textual.tpcm.language.Signature
getName, getParameters, setName
-
-
-
-
Method Detail
-
getReturn
Datatype getReturn()
Returns the value of the 'Return' reference.- Returns:
- the value of the 'Return' reference.
- See Also:
setReturn(Datatype),LanguagePackage.getOperationSignature_Return()- Generated class or method.
- EMF model class or method.
-
setReturn
void setReturn(Datatype value)
Sets the value of the 'Return' reference.- Parameters:
value- the new value of the 'Return' reference.- See Also:
getReturn()- Generated class or method.
-
-