org.apache.directory.shared.ldap.filter
Class PresenceNode
java.lang.Object
org.apache.directory.shared.ldap.filter.AbstractExprNode
org.apache.directory.shared.ldap.filter.LeafNode
org.apache.directory.shared.ldap.filter.PresenceNode
- All Implemented Interfaces:
- Cloneable, ExprNode
public final class PresenceNode
- extends LeafNode
Filter expression tree node representing a filter attribute value assertion
for presence.
- Version:
- $Revision: 746607 $
- Author:
- Apache Directory Project
|
Constructor Summary |
PresenceNode(String attribute)
Creates a PresenceNode object based on an attribute. |
PresenceNode
public PresenceNode(String attribute)
- Creates a PresenceNode object based on an attribute.
- Parameters:
attribute - the attribute to assert the presence of
clone
public ExprNode clone()
- Clone the Node
- Specified by:
clone in interface ExprNode- Overrides:
clone in class LeafNode
- Returns:
- the clone
toString
public String toString()
- Overrides:
toString in class AbstractExprNode
- Returns:
- A string representing the AndNode
- See Also:
Object.toString()
Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.