public abstract class JDAPFilterAVA extends JDAPFilter
| Constructor and Description |
|---|
JDAPFilterAVA(int tag,
JDAPAVA ava)
Constructs base filter for other attribute value assertion.
|
| Modifier and Type | Method and Description |
|---|---|
JDAPAVA |
getAVA()
Get attribute value assertion.
|
BERElement |
getBERElement()
Gets the ber representation of the filter.
|
getFilter, getFilterComp, getFilterItem, getFilterList, toStringpublic JDAPFilterAVA(int tag,
JDAPAVA ava)
tag - attribute tagava - attribute value assertionpublic JDAPAVA getAVA()
public BERElement getBERElement()
getBERElement in class JDAPFilter