com.intel.gpe.client2.defaults.preferences
Interface INode

All Known Implementing Classes:
NodeImpl

public interface INode

The Interface INode.

Version:
$Id: INode.java,v 1.1 2007/02/20 15:46:49 dizhigul Exp $
Author:
Denis Zhigula

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.
 

Method Detail

getParent

INode getParent()
Gets the parent.

Returns:
the parent

getName

java.lang.String getName()
Gets the name.

Returns:
the name

getKey

IKey getKey(java.lang.String name)
Get the key of the node by its name

Parameters:
name - - the name of the key
Returns:
the key identified by the name

getNode

INode getNode(java.lang.String name)
Get the child node of this one by its name

Parameters:
name - - the name of the child node
Returns:
the subnode identified by the name


Copyright © 2008. All Rights Reserved.