| Constructor and Description |
|---|
Component() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPath(String path)
Adds a path to the component's descriptor.
|
(package private) void |
addPaths(String[] paths)
Adds the given
paths to the existing paths
contained within this component. |
String |
getName()
Gets the name of the component.
|
String[] |
getPaths()
Gets the component's descriptor paths (these are the paths
where the component's descriptor may be found).
|
Class |
getType()
Gets the class that defines this component.
|
void |
setName(String name)
Sets the name of the component.
|
void |
setTypeClass(String typeClass)
Sets the type class that defines this component.
|
public Component()
public void setName(String name)
name - the component's name.public String[] getPaths()
public void addPath(String path)
path - that path to the component's descriptor.final void addPaths(String[] paths)
paths to the existing paths
contained within this component.paths - the paths to add.public void setTypeClass(String typeClass)
typeClass - the name of the type.Copyright © 2003–2014 AndroMDA.org. All rights reserved.