public interface ComponentType
extends org.eclipse.emf.ecore.EObject
The following features are supported:
TypePackage.getComponentType()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
java.lang.String |
getPackage()
Returns the value of the 'Package' attribute.
|
org.eclipse.emf.common.util.EMap<java.lang.String,OperationType> |
getProvidedOperations()
Returns the value of the 'Provided Operations' map.
|
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 |
setPackage(java.lang.String value)
Sets the value of the '
Package ' 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.getComponentType_Signature()
void setSignature(java.lang.String value)
Signature
' attribute.
value
- the new value of the 'Signature' attribute.getSignature()
org.eclipse.emf.common.util.EMap<java.lang.String,OperationType> getProvidedOperations()
String
,
and the value is of type OperationType
,
If the meaning of the 'Provided Operations' map isn't clear, there really should be more of a description here...
TypePackage.getComponentType_ProvidedOperations()
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.getComponentType_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
java.lang.String getPackage()
If the meaning of the 'Package' attribute isn't clear, there really should be more of a description here...
setPackage(String)
,
TypePackage.getComponentType_Package()
void setPackage(java.lang.String value)
Package
' attribute.
value
- the new value of the 'Package' attribute.getPackage()
Copyright 2020 Kieker Project, http://kieker-monitoring.net