netscape.ldap.client

Class JDAPFilterAVA

Known Direct Subclasses:
JDAPFilterApproxMatch, JDAPFilterEqualityMatch, JDAPFilterGreaterOrEqual, JDAPFilterLessOrEqual

public abstract class JDAPFilterAVA
extends JDAPFilter

This class implements the attribute value assertion filter.
Version:
1.0

Constructor Summary

JDAPFilterAVA(int tag, JDAPAVA ava)
Constructs base filter for other attribute value assertion.

Method Summary

JDAPAVA
getAVA()
Get attribute value assertion.
BERElement
getBERElement()
Gets the ber representation of the filter.

Methods inherited from class netscape.ldap.client.JDAPFilter

getBERElement, getFilter, getFilterComp, getFilterItem, getFilterList, toString

Constructor Details

JDAPFilterAVA

public JDAPFilterAVA(int tag,
                     JDAPAVA ava)
Constructs base filter for other attribute value assertion.
Parameters:
tag - attribute tag
ava - attribute value assertion

Method Details

getAVA

public JDAPAVA getAVA()
Get attribute value assertion.
Returns:
value assertion

getBERElement

public BERElement getBERElement()
Gets the ber representation of the filter.
Overrides:
getBERElement in interface JDAPFilter
Returns:
ber representation