|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.andromda.core.namespace.Component
public class Component
Stores information about a namespace component.
| Constructor Summary | |
|---|---|
Component()
|
|
| Method Summary | |
|---|---|
void |
addPath(java.lang.String path)
Adds a path to the component's descriptor. |
java.lang.String |
getName()
Gets the name of the component. |
java.lang.String[] |
getPaths()
Gets the component's descriptor paths (these are the paths where the component's descriptor may be found). |
java.lang.Class |
getType()
Gets the class that defines this component. |
void |
setName(java.lang.String name)
Sets the name of the component. |
void |
setTypeClass(java.lang.String typeClass)
Sets the type class that defines this component. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Component()
| Method Detail |
|---|
public java.lang.String getName()
public void setName(java.lang.String name)
name - the component's name.public java.lang.String[] getPaths()
public void addPath(java.lang.String path)
path - that path to the component's descriptor.public void setTypeClass(java.lang.String typeClass)
typeClass - the name of the type.public java.lang.Class getType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||