Variable.DefaultImpls
Constructor and Description |
---|
VariableWithQuery(Variable delegate,
java.lang.String query)
Variable with query property.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
asVariable()
Returns string representation of this variable.
|
java.lang.String |
getName()
Variable name.
|
org.json.JSONObject |
toJson()
returns object as JSON.
|
asVariable, getName
public VariableWithQuery(Variable delegate, java.lang.String query)
Variable with query property.
It's recommended to use instances of this class as delegates for other variable implementations.