netscape.ldap.client
Class JDAPFilterNot

java.lang.Object
  extended by netscape.ldap.client.JDAPFilter
      extended by netscape.ldap.client.JDAPFilterNot

public class JDAPFilterNot
extends JDAPFilter

This class implements the filter not.

   not [2] Filter
 

Version:
1.0
See Also:
RFC1777

Constructor Summary
JDAPFilterNot(JDAPFilter filter)
          Constructs the filter.
 
Method Summary
 BERElement getBERElement()
          Gets ber representation of the filter.
 java.lang.String toString()
          Gets string reprensetation of the filter.
 
Methods inherited from class netscape.ldap.client.JDAPFilter
getFilter, getFilterComp, getFilterItem, getFilterList
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JDAPFilterNot

public JDAPFilterNot(JDAPFilter filter)
Constructs the filter.

Method Detail

getBERElement

public BERElement getBERElement()
Gets ber representation of the filter.

Specified by:
getBERElement in class JDAPFilter
Returns:
ber representation

toString

public java.lang.String toString()
Gets string reprensetation of the filter.

Specified by:
toString in class JDAPFilter
Returns:
string representation