org.gvsig.remoteclient.wfs.filters
Class BinaryTree.Node

java.lang.Object
  extended by org.gvsig.remoteclient.wfs.filters.BinaryTree.Node
Enclosing class:
BinaryTree

public class BinaryTree.Node
extends java.lang.Object

This class represents a binary tree node.

Author:
Jorge Piera LlodrĂ¡ (piera_jor@gva.es)

Method Summary
 BinaryTree.Node getLeftNode()
           
 BinaryTree.Node getRigthNode()
           
 java.lang.String getValue()
           
 boolean isField()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isField

public boolean isField()

getLeftNode

public BinaryTree.Node getLeftNode()
Returns:
Returns the leftNode.

getRigthNode

public BinaryTree.Node getRigthNode()
Returns:
Returns the rigthNode.

getValue

public java.lang.String getValue()
Returns:
Returns the value.


Copyright © 2004-2013 gvSIG. All Rights Reserved.