org.apache.directory.api.ldap.model.filter
Class PresenceNode
java.lang.Object
org.apache.directory.api.ldap.model.filter.AbstractExprNode
org.apache.directory.api.ldap.model.filter.LeafNode
org.apache.directory.api.ldap.model.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.
- Author:
- Apache Directory Project
PresenceNode
public PresenceNode(AttributeType attributeType)
- Creates a PresenceNode object based on an attribute.
- Parameters:
attributeType - the attributeType to assert the presence of
PresenceNode
public PresenceNode(String attribute)
- Creates a PresenceNode object based on an attribute.
- Parameters:
attribute - the attribute to assert the presence of
toString
public String toString()
- Overrides:
toString in class AbstractExprNode
- Returns:
- A string representing the AndNode
- See Also:
Object.toString()
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.