|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.mdm.index.query.ValueMetaNode
com.sun.mdm.index.query.ObjectNodeMetaNode
The ObjectNodeMetaNode class describes the structure of object nodes (ObjectNode class). An object node contains information about an object, such as control flags, child and parent tags, a list of child objects, and a list of fields.
| Constructor Summary | |
ObjectNodeMetaNode(java.lang.String tag)
Creates a new instance of the ObjectNodeMetaNode class, using the name of the object node tag to find the object node. |
|
| Method Summary | |
ValueMetaNode[] |
getChildren()
Retrieves the metadata for the child nodes of the given object node. |
java.lang.String |
getName()
Retrieves the name of the given object node. |
ValueMetaNode |
getParent()
Retrieves the parent node of the given object node. |
java.lang.String |
toString()
Returns a string representation of the given object node. |
| Methods inherited from class com.sun.mdm.index.query.ValueMetaNode |
getAddParentMethod, getClassName, getSourceObject |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ObjectNodeMetaNode(java.lang.String tag)
throws QMException
tag - The name of the object node tag.
QMException - Thrown if an error occurs while creating
the meta node.| Method Detail |
public ValueMetaNode[] getChildren()
getChildren in class ValueMetaNodeValueMetaNode[] - An array of metadata for the child nodes.
public java.lang.String getName()
getName in class ValueMetaNodeString - The name of the object node.
public ValueMetaNode getParent()
getParent in class ValueMetaNodeValueMetaNode - The parent node.
public java.lang.String toString()
String - A string representation of the node.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Sun Microsystems, Inc.