|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is a delegate for resolving an expression variable. Each time the formula engine will meet an unknown variable, it will asks by this interface for a value. If no value should be return you must throw a SymbolResolverException.
More information at : http://www.japisoft.com
SymbolResolverException
Method Summary | |
Variant |
getValue(java.lang.String symbol)
throw a SymbolResolverException if the symbol is unknown. |
Method Detail |
public Variant getValue(java.lang.String symbol)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |