Package netscape.ldap.client
Class JDAPFilterApproxMatch
- java.lang.Object
-
- netscape.ldap.client.JDAPFilter
-
- netscape.ldap.client.JDAPFilterAVA
-
- netscape.ldap.client.JDAPFilterApproxMatch
-
public class JDAPFilterApproxMatch extends JDAPFilterAVA
This class implements the approximate match filter.approxMatch [8] AttributeValueAssertion
- Version:
- 1.0
-
-
Constructor Summary
Constructors Constructor Description JDAPFilterApproxMatch(JDAPAVA ava)
Constructs approximate match filter.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
Constructor Detail
-
JDAPFilterApproxMatch
public JDAPFilterApproxMatch(JDAPAVA ava)
Constructs approximate match 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 classJDAPFilter
- Returns:
- string representation
-
-