netscape.ldap.client
Class JDAPFilterAVA

java.lang.Object
  extended bynetscape.ldap.client.JDAPFilter
      extended bynetscape.ldap.client.JDAPFilterAVA
Direct Known 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
getFilter, getFilterComp, getFilterItem, getFilterList, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JDAPFilterAVA

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

Parameters:
tag - attribute tag
ava - attribute value assertion
Method Detail

getAVA

public JDAPAVA getAVA()
Get attribute value assertion.

Returns:
value assertion

getBERElement

public BERElement getBERElement()
Gets the ber representation of the filter.

Specified by:
getBERElement in class JDAPFilter
Returns:
ber representation