public class JDAPFilterPresent extends JDAPFilter
present [7] AttributeType
| Constructor and Description |
|---|
JDAPFilterPresent(java.lang.String type)
Constructs the filter.
|
| Modifier and Type | Method and Description |
|---|---|
BERElement |
getBERElement()
Gets ber representation of the filter.
|
java.lang.String |
getType()
Gets attribute type.
|
java.lang.String |
toString()
Gets string reprensetation of the filter.
|
getFilter, getFilterComp, getFilterItem, getFilterListpublic JDAPFilterPresent(java.lang.String type)
type - attribute typepublic java.lang.String getType()
public BERElement getBERElement()
getBERElement in class JDAPFilterpublic java.lang.String toString()
toString in class JDAPFilter