|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is a general interface for getting/setting object variables
Method Summary | |
Object |
getVariable(String name,
DecodeEngine decodeEngine)
getting a variable by its name. |
void |
setVariable(String name,
Object value,
DecodeEngine decodeEngine)
setting a variable by its name. |
Method Detail |
public Object getVariable(String name, DecodeEngine decodeEngine) throws VarLookupException
name
- the name of the variabledecodeEngine
- the DecodeEngine being used.
VarLookupException
public void setVariable(String name, Object value, DecodeEngine decodeEngine) throws VarLookupException
name
- the name of the variablevalue
- the new value for the variabledecodeEngine
- the DecodeEngine being used.
VarLookupException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |