com.im.df.api 5.9

com.im.df.api.dml.calculated
Class DFValueWrappers

java.lang.Object
  extended by com.im.df.api.dml.calculated.DFValueWrappers

public class DFValueWrappers
extends Object

Utility methods for value wrappers.


Method Summary
static Object getUnwrappedValue(Object obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getUnwrappedValue

public static Object getUnwrappedValue(Object obj)
Returns:
obj or unwrapped value if obj is DFValueWrapper.

com.im.df.api 5.9