netscape.ldap.client
Class JDAPFilterGreaterOrEqual

java.lang.Object
  extended by netscape.ldap.client.JDAPFilter
      extended by netscape.ldap.client.JDAPFilterAVA
          extended by netscape.ldap.client.JDAPFilterGreaterOrEqual

public class JDAPFilterGreaterOrEqual
extends JDAPFilterAVA

This class implements the greater or equal filter. See RFC 1777.

 greaterOrEqual [5] AttributeValueAssertion
 

Version:
1.0

Constructor Summary
JDAPFilterGreaterOrEqual(JDAPAVA ava)
          Constructs greater or equal filter.
 
Method Summary
 java.lang.String toString()
          Retrieves the string representation of the filter.
 
Methods inherited from class netscape.ldap.client.JDAPFilterAVA
getAVA, getBERElement
 
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

JDAPFilterGreaterOrEqual

public JDAPFilterGreaterOrEqual(JDAPAVA ava)
Constructs greater or equal filter.

Parameters:
ava - attribute value assertion
Method Detail

toString

public java.lang.String toString()
Retrieves the string representation of the filter.

Specified by:
toString in class JDAPFilter
Returns:
string representation