|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IlvSDMNode
IlvSDMNode is the base interface
used to describe the nodes and the links of a
default SDM model.
IlvDefaultSDMModel| Method Summary | |
|---|---|
Enumeration |
getChildren()
Returns the children of this data object, that is, the objects contained in the submodel attached to this object. |
String |
getID()
Returns the identifier of the object. |
IlvSDMNode |
getParent()
Returns the parent of this data object, that is, the object to which the submodel containing this object is attached. |
Object |
getProperty(String property)
Returns the value of a property of the data object, or null if
the property does not exist. |
String[] |
getPropertyNames()
Returns the names of all the properties of this object. |
String |
getTag()
Returns the symbolic type (or "tag") of the object. |
| Method Detail |
|---|
String getTag()
String getID()
Enumeration getChildren()
IlvSDMNodes.IlvSDMNode getParent()
Object getProperty(String property)
null if
the property does not exist.
property - The property to get.String[] getPropertyNames()
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||