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()
If the meaning of the 'Signature' attribute isn't clear, there really should be more of a description here...
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()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
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()
If the meaning of the 'Return Type' attribute isn't clear, there really should be more of a description here...
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
.
If the meaning of the 'Modifiers' attribute list isn't clear, there really should be more of a description here...
TypePackage.getOperationType_Modifiers()
org.eclipse.emf.common.util.EList<java.lang.String> getParameterTypes()
String
.
If the meaning of the 'Parameter Types' attribute list isn't clear, there really should be more of a description here...
TypePackage.getOperationType_ParameterTypes()
ComponentType getComponentType()
Copyright 2020 Kieker Project, http://kieker-monitoring.net