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

java.lang.Object
  extended by org.apache.directory.api.dsmlv2.request.Filter
Direct Known Subclasses:
AttributeValueAssertionFilter, ConnectorFilter, ExtensibleMatchFilter, PresentFilter, SubstringFilter

public class Filter
extends Object

An abstract Asn1Object used to store the filter. A filter is seen as a tree with a root. This class does nothing, it's just the root of all the different filters.

Author:
Apache Directory Project

Field Summary
protected  Filter parent
          The parent Filter
 
Constructor Summary
Filter()
           
 
Method Summary
 Filter getParent()
          Get the parent
 void setParent(Filter parent)
          Set the parent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parent

protected Filter parent
The parent Filter

Constructor Detail

Filter

public Filter()
Method Detail

getParent

public Filter getParent()
Get the parent

Returns:
Returns the parent.

setParent

public void setParent(Filter parent)
Set the parent

Parameters:
parent - The parent to set.


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.