org.apache.directory.api.dsmlv2.request
Class PresentFilter

java.lang.Object
  extended by org.apache.directory.api.dsmlv2.request.Filter
      extended by 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

Field Summary
 
Fields inherited from class org.apache.directory.api.dsmlv2.request.Filter
parent
 
Constructor Summary
PresentFilter()
           
 
Method Summary
 String getAttributeDescription()
          Get the attribute
 void setAttributeDescription(String attributeDescription)
          Set the attributeDescription
 String toString()
          Return a string compliant with RFC 2254 representing a Present filter
 
Methods inherited from class org.apache.directory.api.dsmlv2.request.Filter
getParent, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PresentFilter

public PresentFilter()
Method Detail

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.