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:
TypePackage.getOperationType()- Generated:
- Model:
-
Method Summary
Modifier and Type Method Description ComponentTypegetComponentType()org.eclipse.emf.common.util.EList<java.lang.String>getModifiers()Returns the value of the 'Modifiers' attribute list.java.lang.StringgetName()Returns the value of the 'Name' attribute.org.eclipse.emf.common.util.EList<java.lang.String>getParameterTypes()Returns the value of the 'Parameter Types' attribute list.java.lang.StringgetReturnType()Returns the value of the 'Return Type' attribute.java.lang.StringgetSignature()Returns the value of the 'Signature' attribute.voidsetName(java.lang.String value)Sets the value of the 'Name' attribute.voidsetReturnType(java.lang.String value)Sets the value of the 'Return Type' attribute.voidsetSignature(java.lang.String value)Sets the value of the 'Signature' attribute.
-
Method Details
-
getSignature
java.lang.String getSignature()Returns the value of the 'Signature' attribute.- Returns:
- the value of the 'Signature' attribute.
- See Also:
setSignature(String),TypePackage.getOperationType_Signature()- Generated:
- Model:
- required="true"
-
setSignature
void setSignature(java.lang.String value)Sets the value of the 'Signature' attribute.- Parameters:
value- the new value of the 'Signature' attribute.- See Also:
getSignature()- Generated:
-
getName
java.lang.String getName()Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String),TypePackage.getOperationType_Name()- Generated:
- Model:
-
setName
void setName(java.lang.String value)Sets the value of the 'Name' attribute.- Parameters:
value- the new value of the 'Name' attribute.- See Also:
getName()- Generated:
-
getReturnType
java.lang.String getReturnType()Returns the value of the 'Return Type' attribute.- Returns:
- the value of the 'Return Type' attribute.
- See Also:
setReturnType(String),TypePackage.getOperationType_ReturnType()- Generated:
- Model:
-
setReturnType
void setReturnType(java.lang.String value)Sets the value of the 'Return Type' attribute.- Parameters:
value- the new value of the 'Return Type' attribute.- See Also:
getReturnType()- Generated:
-
getModifiers
org.eclipse.emf.common.util.EList<java.lang.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:
TypePackage.getOperationType_Modifiers()- Generated:
- Model:
-
getParameterTypes
org.eclipse.emf.common.util.EList<java.lang.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:
TypePackage.getOperationType_ParameterTypes()- Generated:
- Model:
-
getComponentType
ComponentType getComponentType()- Generated:
- Model:
- kind="operation"
-