public interface ExpressionContext
| Modifier and Type | Method and Description |
|---|---|
Object |
get(String variable)
Returns the value of the given variable.
|
Map<String,Object> |
getAll()
Returns all variables and their values as a map.
|
void |
put(String variable,
Object value)
Sets the variable to the given value
|
void put(String variable, Object value)
variable - the variablevalue - the value of the variableObject get(String variable)
variable - the variableCopyright © 2017 SAP SE. All Rights Reserved.