public class EvarFilter extends java.lang.Object implements Filter
| Constructor and Description |
|---|
EvarFilter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
filter(JSONObject obj)
Returns true if variable is of the correct type, false otherwise.
|
java.lang.String |
getJSArray(JSONObject obj)
Returns a String representation of a JS array for this JSONObject.
|
java.lang.Boolean |
indexOf(JSONObject obj,
java.lang.String query)
Returns
true if one of its properties does contain the query
string, false otherwise. |
public java.lang.Boolean filter(JSONObject obj)
Filterpublic java.lang.Boolean indexOf(JSONObject obj, java.lang.String query)
Filtertrue if one of its properties does contain the query
string, false otherwise.public java.lang.String getJSArray(JSONObject obj)
FiltergetJSArray in interface Filterobj - Variable object"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"