com.im.df.api 5.9

com.im.df.api.dml.calculated
Interface DFWrappedValue


public interface DFWrappedValue

Value for Calculated field


Method Summary
 Object getUnwrappedValue()
          Unwrap the real value and return it
 boolean isValueReady()
          Is the real value prepared (computed) already?
 

Method Detail

getUnwrappedValue

Object getUnwrappedValue()
                         throws ScriptException
Unwrap the real value and return it

Throws:
ScriptException

isValueReady

boolean isValueReady()
Is the real value prepared (computed) already?


com.im.df.api 5.9