org.asnlab.asndt.runtime.conv
Class DateConverter

java.lang.Object
  extended by org.asnlab.asndt.runtime.conv.AsnConverter
      extended by org.asnlab.asndt.runtime.conv.DateConverter

public class DateConverter
extends AsnConverter

The DateConverter can convert date value objct to/from Date value.


Field Summary
static DateConverter INSTANCE
           
 
Constructor Summary
DateConverter()
           
 
Method Summary
 java.lang.Object toObject(java.util.Date value)
          Return the date value objct
 java.util.Date toValue(java.lang.Object object)
          Return the Date value
 
Methods inherited from class org.asnlab.asndt.runtime.conv.AsnConverter
convert, convert, convert, convert, createAsnConverterConverter, createAsnConverterType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final DateConverter INSTANCE
Constructor Detail

DateConverter

public DateConverter()
Method Detail

toValue

public java.util.Date toValue(java.lang.Object object)
Return the Date value


toObject

public java.lang.Object toObject(java.util.Date value)
Return the date value objct



Copyright �2009-2012 ASN Lab