|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--UML.Code.Generalization
Generalization class represent a supertype (class or interface) of the Java class for which code is generated.
| Constructor Summary | |
Generalization()
Constructor. |
|
| Method Summary | |
java.lang.String |
getType()
Gets the type of the supertype (class,interface). |
java.lang.String |
getTypename()
Gets the name of the supertype (e.g. |
void |
setType(java.lang.String type)
Sets the type of the supertype (class,interface). |
void |
setTypename(java.lang.String typename)
Sets the name of the supertype (e.g. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Generalization()
| Method Detail |
public void setType(java.lang.String type)
public java.lang.String getType()
type the type of the supertype.public void setTypename(java.lang.String typename)
public java.lang.String getTypename()
typename the name of the supertype.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||