public interface OperationType
extends org.eclipse.emf.ecore.EObject
The following features are supported:
TypePackage.getOperationType()| Modifier and Type | Method and Description |
|---|---|
ComponentType |
getComponentType() |
org.eclipse.emf.common.util.EList<java.lang.String> |
getModifiers()
Returns the value of the 'Modifiers' attribute list.
|
java.lang.String |
getName()
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.String |
getReturnType()
Returns the value of the 'Return Type' attribute.
|
java.lang.String |
getSignature()
Returns the value of the 'Signature' attribute.
|
void |
setName(java.lang.String value)
Sets the value of the '
Name' attribute. |
void |
setReturnType(java.lang.String value)
Sets the value of the '
Return Type' attribute. |
void |
setSignature(java.lang.String value)
Sets the value of the '
Signature' attribute. |
java.lang.String getSignature()
setSignature(String),
TypePackage.getOperationType_Signature()void setSignature(java.lang.String value)
Signature' attribute.
value - the new value of the 'Signature' attribute.getSignature()java.lang.String getName()
setName(String),
TypePackage.getOperationType_Name()void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()java.lang.String getReturnType()
setReturnType(String),
TypePackage.getOperationType_ReturnType()void setReturnType(java.lang.String value)
Return Type' attribute.
value - the new value of the 'Return Type' attribute.getReturnType()org.eclipse.emf.common.util.EList<java.lang.String> getModifiers()
String.
TypePackage.getOperationType_Modifiers()org.eclipse.emf.common.util.EList<java.lang.String> getParameterTypes()
String.
TypePackage.getOperationType_ParameterTypes()ComponentType getComponentType()
Copyright 2021 Kieker Project, http://kieker-monitoring.net