public interface Component extends EObject
The following features are supported:
MetricvaluesPackage.getComponent()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.gmt.modisco.java.Type[] |
getClasses() |
org.eclipse.gmt.modisco.java.Type |
getClasses(int index) |
int |
getClassesLength() |
EList<org.eclipse.gmt.modisco.java.Type> |
getClassesList()
Returns the value of the 'Classes' reference list.
|
String |
getId()
Returns the value of the 'Id' attribute.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
Component[] |
getSubComponents() |
Component |
getSubComponents(int index) |
int |
getSubComponentsLength() |
EList<Component> |
getSubComponentsList()
Returns the value of the 'Sub Components' containment reference list.
|
void |
setClasses(int index,
org.eclipse.gmt.modisco.java.Type element) |
void |
setClasses(org.eclipse.gmt.modisco.java.Type[] newClasses) |
void |
setId(String value)
Sets the value of the '
Id' attribute. |
void |
setName(String value)
Sets the value of the '
Name' attribute. |
void |
setSubComponents(Component[] newSubComponents) |
void |
setSubComponents(int index,
Component element) |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverComponent[] getSubComponents()
Component getSubComponents(int index)
int getSubComponentsLength()
void setSubComponents(Component[] newSubComponents)
void setSubComponents(int index,
Component element)
EList<Component> getSubComponentsList()
Component.
If the meaning of the 'Sub Components' containment reference list isn't clear, there really should be more of a description here...
MetricvaluesPackage.getComponent_SubComponents()String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
MetricvaluesPackage.getComponent_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String),
MetricvaluesPackage.getComponent_Id()void setId(String value)
Id' attribute.
value - the new value of the 'Id' attribute.getId()org.eclipse.gmt.modisco.java.Type[] getClasses()
org.eclipse.gmt.modisco.java.Type getClasses(int index)
int getClassesLength()
void setClasses(org.eclipse.gmt.modisco.java.Type[] newClasses)
void setClasses(int index,
org.eclipse.gmt.modisco.java.Type element)
EList<org.eclipse.gmt.modisco.java.Type> getClassesList()
Type.
If the meaning of the 'Classes' reference list isn't clear, there really should be more of a description here...
MetricvaluesPackage.getComponent_Classes()