|
Calypso Gateway v1.0 | ||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--codec.dyntree.DynTreeItem
Items of DynTree class.
Field Summary | |
private java.util.Vector |
children
|
private int |
relationType
|
Constructor Summary | |
DynTreeItem()
|
Method Summary | |
void |
addChild(java.lang.Object child,
int relationType_)
|
private static void |
checkRelationType(int relationType_)
|
java.util.Vector |
getChildren()
|
int |
getRelationType()
|
Methods inherited from class java.lang.Object |
|
Field Detail |
private java.util.Vector children
private int relationType
Constructor Detail |
public DynTreeItem()
Method Detail |
private static void checkRelationType(int relationType_)
public java.util.Vector getChildren()
public int getRelationType()
public void addChild(java.lang.Object child, int relationType_)
|
Calypso Gateway v1.0 | ||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |