|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--UML.Code.Package
Package class represent an imported package for the Java class for which code is generated.
| Constructor Summary | |
Package()
Constructor. |
|
| Method Summary | |
void |
add(Package pack)
Adds a sub-package to this package. |
java.lang.String |
getCode()
Gets the code for the class that imports this package. |
java.lang.String |
getName()
Gets the name of the package. |
java.lang.String |
getSubPackages()
Gets a string representing the imported sub-packages. |
void |
setName(java.lang.String name)
Sets the name of the package. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Package()
| Method Detail |
public void setName(java.lang.String name)
public java.lang.String getName()
name the name of the package.public void add(Package pack)
public java.lang.String getCode()
code the generated code.public java.lang.String getSubPackages()
subpackages the imported sub-packages.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||