|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnetscape.ldap.client.JDAPFilter
netscape.ldap.client.JDAPFilterSet
This class implements the base class of filter "and" and filter "or".
Constructor Summary | |
JDAPFilterSet(int tag)
Constructs the filter set. |
Method Summary | |
void |
addElement(JDAPFilter filter)
Adds filter into the filter set. |
BERElement |
getBERElement()
Gets the ber representation of the filter. |
java.lang.String |
getParamString()
Gets the filter set parameters. |
Methods inherited from class netscape.ldap.client.JDAPFilter |
getFilter, getFilterComp, getFilterItem, getFilterList, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public JDAPFilterSet(int tag)
tag
- tagMethod Detail |
public void addElement(JDAPFilter filter)
filter
- adding filterpublic BERElement getBERElement()
getBERElement
in class JDAPFilter
public java.lang.String getParamString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |