public class PresentFilter extends Filter
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
attributeDescription
The attribute description.
|
| Constructor and Description |
|---|
PresentFilter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAttributeDescription()
Get the attribute
|
void |
setAttributeDescription(java.lang.String attributeDescription)
Set the attributeDescription
|
java.lang.String |
toString()
Return a string compliant with RFC 2254 representing a Present filter
|
private java.lang.String attributeDescription
public java.lang.String getAttributeDescription()
public void setAttributeDescription(java.lang.String attributeDescription)
attributeDescription - The attributeDescription to set.public java.lang.String toString()
toString in class java.lang.Object