netscape.ldap.client

Class JDAPFilterNot


public class JDAPFilterNot
extends JDAPFilter

This class implements the filter not. See RFC 1777.
   not [2] Filter
 
Version:
1.0

Constructor Summary

JDAPFilterNot(JDAPFilter filter)
Constructs the filter.

Method Summary

BERElement
getBERElement()
Gets ber representation of the filter.
String
toString()
Gets string reprensetation of the filter.

Methods inherited from class netscape.ldap.client.JDAPFilter

getBERElement, getFilter, getFilterComp, getFilterItem, getFilterList, toString

Constructor Details

JDAPFilterNot

public JDAPFilterNot(JDAPFilter filter)
Constructs the filter.

Method Details

getBERElement

public BERElement getBERElement()
Gets ber representation of the filter.
Overrides:
getBERElement in interface JDAPFilter
Returns:
ber representation

toString

public String toString()
Gets string reprensetation of the filter.
Overrides:
toString in interface JDAPFilter
Returns:
string representation