| Constructor and Description |
|---|
TrafficVarFilter() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
filter(JSONObject obj)
Returns true if variable is of the correct type, false otherwise.
|
String |
getJSArray(JSONObject obj)
Returns a String representation of a JS array for this JSONObject.
|
Boolean |
indexOf(JSONObject obj,
String query)
Returns
true if one of its properties does contain the query
string, false otherwise. |
public Boolean filter(JSONObject obj)
Filterpublic Boolean indexOf(JSONObject obj, String query)
Filtertrue if one of its properties does contain the query
string, false otherwise.public String getJSArray(JSONObject obj)
FiltergetJSArray in interface Filterobj - Variable objectCopyright © 2010 - 2020 Adobe. All Rights Reserved