public class ListFilter
extends java.lang.Object
| Constructor and Description |
|---|
ListFilter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getProperty()
Returns the name of the property used for filtering
|
java.lang.String |
getValue()
Returns the value of the property used for filtering
|
ListFilter |
property(java.lang.String p)
Sets the property used for list filtering
|
ListFilter |
value(java.lang.String v)
Sets the value of the property used for filtering
|
public ListFilter property(java.lang.String p)
p - a String representing the name of the propertypublic ListFilter value(java.lang.String v)
v - a String representation of the value of the propertypublic java.lang.String getProperty()
String representing the name of the propertypublic java.lang.String getValue()
String representing the value of the property"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"