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

java.lang.Object
  extended by org.apache.directory.api.dsmlv2.request.Filter
      extended by org.apache.directory.api.dsmlv2.request.AttributeValueAssertionFilter

public class AttributeValueAssertionFilter
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
AttributeValueAssertionFilter(int filterType)
          The constructor.
 
Method Summary
 AttributeValueAssertion getAssertion()
          Get the assertion
 int getFilterType()
          Get the filter type
 void setAssertion(AttributeValueAssertion assertion)
          Set the assertion
 void setFilterType(int filterType)
          Set the filter type
 String toString()
          Return a string compliant with RFC 2254 representing an item 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

AttributeValueAssertionFilter

public AttributeValueAssertionFilter(int filterType)
The constructor.

Parameters:
filterType - The filter type
Method Detail

getAssertion

public AttributeValueAssertion getAssertion()
Get the assertion

Returns:
Returns the assertion.

setAssertion

public void setAssertion(AttributeValueAssertion assertion)
Set the assertion

Parameters:
assertion - The assertion to set.

getFilterType

public int getFilterType()
Get the filter type

Returns:
Returns the filterType.

setFilterType

public void setFilterType(int filterType)
Set the filter type

Parameters:
filterType - The filterType to set.

toString

public String toString()
Return a string compliant with RFC 2254 representing an item filter

Overrides:
toString in class Object
Returns:
The item filter string


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