public interface VariableResolver
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getValue(java.lang.String name)
Returns the value currently set for the variable given by its name, or
null if no such variable exists.
|
java.lang.Object getValue(java.lang.String name)
name - the variable nameCopyright © 2021. All Rights Reserved.