org.apache.directory.shared.ldap.filter
Class EqualityNode
java.lang.Object
org.apache.directory.shared.ldap.filter.AbstractExprNode
org.apache.directory.shared.ldap.filter.LeafNode
org.apache.directory.shared.ldap.filter.SimpleNode
org.apache.directory.shared.ldap.filter.EqualityNode
- All Implemented Interfaces:
- ExprNode
- Direct Known Subclasses:
- ApproximateNode
public class EqualityNode
- extends SimpleNode
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<?> value)
- Creates a new Equality object.
- Parameters:
attribute - the attribute namevalue - the value to test for
EqualityNode
protected EqualityNode(java.lang.String attribute,
Value<?> 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 © 2004-2008 The Apache Software Foundation. All Rights Reserved.