|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.intel.gpe.client2.defaults.preferences.NodeImpl
public class NodeImpl
Constructor Summary | |
---|---|
NodeImpl(INode parent,
java.lang.String name)
|
Method Summary | |
---|---|
IKey |
getKey(java.lang.String name)
Get the key of the node by its name |
java.lang.String |
getName()
Gets the name. |
INode |
getNode(java.lang.String name)
Get the child node of this one by its name |
INode |
getParent()
Gets the parent. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NodeImpl(INode parent, java.lang.String name)
Method Detail |
---|
public INode getParent()
INode
getParent
in interface INode
public java.lang.String getName()
INode
getName
in interface INode
public IKey getKey(java.lang.String name)
INode
getKey
in interface INode
name
- -
the name of the key
public INode getNode(java.lang.String name)
INode
getNode
in interface INode
name
- -
the name of the child node
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |