com.im.df.api 5.9

com.im.df.api.dml.calculated
Interface CalculatedValueProcessor<VALUE>


public interface CalculatedValueProcessor<VALUE>


Method Summary
 boolean isNeeded()
           
 void setException(ScriptException ex)
          It sets exception throws during script execution.
 void setValue(VALUE value)
           
 

Method Detail

setValue

void setValue(VALUE value)

isNeeded

boolean isNeeded()
Returns:
true if value is for example visible on screen

setException

void setException(ScriptException ex)
It sets exception throws during script execution.

Parameters:
ex - a ScriptException

com.im.df.api 5.9