|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface VariableContext
An interface for providing variable names and their associated values.
| Method Summary | |
|---|---|
java.util.Set<java.lang.String> |
getVariableNames()
Returns the set of all defined variable names in this context. |
java.lang.Object |
getVariableValue(java.lang.String name,
java.lang.Object defaultValue)
Returns the value of the named variable, or the given default value if the variable is not defined. |
| Method Detail |
|---|
java.util.Set<java.lang.String> getVariableNames()
java.lang.Object getVariableValue(java.lang.String name,
java.lang.Object defaultValue)
getVariableNames().
name - The name of the variabledefaultValue - The value to return if the variable is not defined
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||