Overview | Package | Class | Tree | Deprecated | Index | Help | |||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void | addChild(OMEElement ve)
Adds a child to an expandable element. |
java.util.Collection | getChildren()
Returns a collection of OMEElements. |
int | getID()
Returns the unique (within the context) integer id of the element. |
java.util.Collection | getLinks()
Returns a collection of OMELinks. |
java.lang.String | getName()
Returns the name of the element. |
OMEElement | getParent()
Returns the element's parent. |
java.lang.Object | getType()
Returns the element's type. |
boolean | isExpandable()
Whether element is expandable. |
void | setExpandable(boolean e)
Changes whether this element is expandable. |
void | setID(int id)
Sets the integer ID of the element. |
void | setName(java.lang.String name)
Sets the name of the element. |
void | setParent(OMEElement ve)
Changes or sets the parent of the element. |
void | setType(java.lang.Object type)
Sets the elements's type. |
Method Detail |
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.Object getType()
public void setType(java.lang.Object type)
public int getID()
public void setID(int id)
public OMEElement getParent()
public void setParent(OMEElement ve) throws java.lang.Exception
public void addChild(OMEElement ve) throws java.lang.Exception
public boolean isExpandable()
public void setExpandable(boolean e) throws java.lang.Exception
public java.util.Collection getLinks()
public java.util.Collection getChildren()
Overview | Package | Class | Tree | Deprecated | Index | Help | |||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |