org.apache.directory.shared.ldap.filter
Class EqualityNode<T>
java.lang.Object
org.apache.directory.shared.ldap.filter.AbstractExprNode
org.apache.directory.shared.ldap.filter.LeafNode
org.apache.directory.shared.ldap.filter.SimpleNode<T>
org.apache.directory.shared.ldap.filter.EqualityNode<T>
- All Implemented Interfaces:
- ExprNode
public class EqualityNode<T>
- extends SimpleNode<T>
A assertion value node for Equality.
- Version:
- $Revision: 519266 $
- Author:
- Apache Directory Project
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
EqualityNode
public EqualityNode(java.lang.String attribute,
Value<T> value)
- Creates a new Equality object.
- Parameters:
attribute
- the attribute namevalue
- the value to test for
EqualityNode
protected EqualityNode(java.lang.String attribute,
Value<T> value,
AssertionType assertionType)
- Creates a new Equality object.
- Parameters:
attribute
- the attribute namevalue
- the value to test forassertionType
- The node's type
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.