org.apache.directory.api.dsmlv2.request
Class PresentFilter
java.lang.Object
org.apache.directory.api.dsmlv2.request.Filter
org.apache.directory.api.dsmlv2.request.PresentFilter
public class PresentFilter
- extends Filter
Object to store the filter. A filter is seen as a tree with a root.
- Author:
- Apache Directory Project
| Fields inherited from class org.apache.directory.api.dsmlv2.request.Filter |
parent |
PresentFilter
public PresentFilter()
getAttributeDescription
public String getAttributeDescription()
- Get the attribute
- Returns:
- Returns the attributeDescription.
setAttributeDescription
public void setAttributeDescription(String attributeDescription)
- Set the attributeDescription
- Parameters:
attributeDescription - The attributeDescription to set.
toString
public String toString()
- Return a string compliant with RFC 2254 representing a Present filter
- Overrides:
toString in class Object
- Returns:
- The Present filter string
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.