netscape.ldap.util
Class LDAPIntFilterSet

java.lang.Object
  extended by 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.


Constructor Summary
LDAPIntFilterSet(java.lang.String strTag)
          Create an LDAPIntFilterSet with a given Tag string.
 
Method Summary
 java.lang.String toString()
          Print out the String representation of this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LDAPIntFilterSet

public LDAPIntFilterSet(java.lang.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.

Method Detail

toString

public java.lang.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.

Overrides:
toString in class java.lang.Object
See Also:
LDAPFilter.toString()