Package netscape.ldap.client
Class JDAPFilterNot
- java.lang.Object
-
- netscape.ldap.client.JDAPFilter
-
- netscape.ldap.client.JDAPFilterNot
-
public class JDAPFilterNot extends JDAPFilter
This class implements the filter not. See RFC 1777.not [2] Filter
- Version:
- 1.0
-
-
Constructor Summary
Constructors Constructor Description JDAPFilterNot(JDAPFilter filter)Constructs the filter.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BERElementgetBERElement()Gets ber representation of the filter.JDAPFiltergetFilter()Gets original filter.java.lang.StringtoString()Gets string representation of the filter.-
Methods inherited from class netscape.ldap.client.JDAPFilter
getFilter, getFilterComp, getFilterItem, getFilterList
-
-
-
-
Constructor Detail
-
JDAPFilterNot
public JDAPFilterNot(JDAPFilter filter)
Constructs the filter.
-
-
Method Detail
-
getFilter
public JDAPFilter getFilter()
Gets original filter.- Returns:
- original filter
-
getBERElement
public BERElement getBERElement()
Gets ber representation of the filter.- Specified by:
getBERElementin classJDAPFilter- Returns:
- ber representation
-
toString
public java.lang.String toString()
Gets string representation of the filter.- Specified by:
toStringin classJDAPFilter- Returns:
- string representation
-
-