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