org.apache.directory.shared.ldap.filter
Class LessEqNode<T>

java.lang.Object
  extended by org.apache.directory.shared.ldap.filter.AbstractExprNode
      extended by org.apache.directory.shared.ldap.filter.LeafNode
          extended by org.apache.directory.shared.ldap.filter.SimpleNode<T>
              extended by org.apache.directory.shared.ldap.filter.LessEqNode<T>
All Implemented Interfaces:
ExprNode

public class LessEqNode<T>
extends SimpleNode<T>

A assertion value node for LessOrEqual.

Version:
$Revision: 519266 $
Author:
Apache Directory Project

Field Summary
 
Fields inherited from class org.apache.directory.shared.ldap.filter.SimpleNode
EVAL_GREATER, EVAL_LESSER, value
 
Fields inherited from class org.apache.directory.shared.ldap.filter.AbstractExprNode
annotations, assertionType
 
Constructor Summary
LessEqNode(java.lang.String attribute, Value<T> value)
          Creates a new LessEqNode object.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class org.apache.directory.shared.ldap.filter.SimpleNode
equals, getValue, hashCode, printRefinementToBuffer, printToBuffer, setValue
 
Methods inherited from class org.apache.directory.shared.ldap.filter.LeafNode
accept, getAttribute, isLeaf, setAttribute
 
Methods inherited from class org.apache.directory.shared.ldap.filter.AbstractExprNode
get, getAnnotations, getAssertionType, set
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LessEqNode

public LessEqNode(java.lang.String attribute,
                  Value<T> value)
Creates a new LessEqNode object.

Parameters:
attribute - the attribute name
value - the value to test for
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class AbstractExprNode
Returns:
A string representing the AndNode
See Also:
Object.toString()


Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.