netscape.ldap.util
Class LDAPIntFilterSet
java.lang.Object
netscape.ldap.util.LDAPIntFilterSet
public class LDAPIntFilterSet
extends java.lang.Object
Represents an LDAPIntFilterSet object. This is an internal object that
should never be instantiated directly by the developer.
LDAPIntFilterSet(String strTag) - Create an LDAPIntFilterSet with a given Tag string.
|
String | toString() - Print out the String representation of this object.
|
LDAPIntFilterSet
public LDAPIntFilterSet(String strTag)
Create an LDAPIntFilterSet with a given Tag string. The tag
string specifies which applications or query types should use
this filter set. It is normally a single token on a line by
itself in the filter configuration file.
For more information about the filter configuration file, see
the man page for ldapfilter.conf.
toString
public String toString()
Print out the String representation of this object. It calls
the toString() method of all the LDAPFilter objects contained
within it's set.