org.datamixer.values
Class NullValue

java.lang.Object
  extended byorg.datamixer.values.Value
      extended byorg.datamixer.values.NullValue
All Implemented Interfaces:
java.lang.Cloneable

public class NullValue
extends Value


Field Summary
 
Fields inherited from class org.datamixer.values.Value
dataType_, debugEnabled_, logger_, name_
 
Constructor Summary
NullValue()
           
 
Method Summary
protected  Value doClone()
          Returns a deep copy.
 
Methods inherited from class org.datamixer.values.Value
clone, findValue, getBigDecimal, getBoolean, getByte, getBytes, getCalendar, getDataType, getDate, getDouble, getFloat, getFormat, getInt, getLong, getName, getObject, getShort, getString, getString, getTime, getTimestamp, getValueList, setBigDecimal, setBoolean, setByte, setBytes, setCalendar, setDataType, setDate, setDouble, setFloat, setFormat, setInt, setLong, setName, setObject, setShort, setString, setTime, setTimestamp, setValueList, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NullValue

public NullValue()
Method Detail

doClone

protected Value doClone()
Returns a deep copy.

Specified by:
doClone in class Value


Copyright © 2004-2006 datamixer.org. All Rights Reserved.