Package kieker.model.analysismodel.type
Interface OperationType
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
OperationTypeImpl
public interface OperationType
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Operation Type'.
The following features are supported:
- See Also:
- Generated:
- Model:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<String>Returns the value of the 'Modifiers' attribute list.getName()Returns the value of the 'Name' attribute.org.eclipse.emf.common.util.EList<String>Returns the value of the 'Parameter Types' attribute list.Returns the value of the 'Return Type' attribute.Returns the value of the 'Signature' attribute.voidSets the value of the 'Name' attribute.voidsetReturnType(String value) Sets the value of the 'Return Type' attribute.voidsetSignature(String value) Sets the value of the 'Signature' attribute.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
-
getSignature
String getSignature()Returns the value of the 'Signature' attribute.- Returns:
- the value of the 'Signature' attribute.
- See Also:
- Generated:
- Model:
- required="true"
-
setSignature
Sets the value of the 'Signature' attribute.- Parameters:
value- the new value of the 'Signature' attribute.- See Also:
- Generated:
-
getName
String getName()Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
- Generated:
- Model:
-
setName
Sets the value of the 'Name' attribute.- Parameters:
value- the new value of the 'Name' attribute.- See Also:
- Generated:
-
getReturnType
String getReturnType()Returns the value of the 'Return Type' attribute.- Returns:
- the value of the 'Return Type' attribute.
- See Also:
- Generated:
- Model:
-
setReturnType
Sets the value of the 'Return Type' attribute.- Parameters:
value- the new value of the 'Return Type' attribute.- See Also:
- Generated:
-
getModifiers
org.eclipse.emf.common.util.EList<String> getModifiers()Returns the value of the 'Modifiers' attribute list. The list contents are of typeString.- Returns:
- the value of the 'Modifiers' attribute list.
- See Also:
- Generated:
- Model:
-
getParameterTypes
org.eclipse.emf.common.util.EList<String> getParameterTypes()Returns the value of the 'Parameter Types' attribute list. The list contents are of typeString.- Returns:
- the value of the 'Parameter Types' attribute list.
- See Also:
- Generated:
- Model:
-
getComponentType
ComponentType getComponentType()- Generated:
- Model:
- kind="operation"
-