com.iplanet.jato.util
Class TypeConverter.SqlTimestampTypeConversion

java.lang.Object
  |
  +--com.iplanet.jato.util.TypeConverter.SqlTimestampTypeConversion
All Implemented Interfaces:
TypeConversion
Enclosing class:
TypeConverter

public static class TypeConverter.SqlTimestampTypeConversion
extends java.lang.Object
implements TypeConversion


Constructor Summary
TypeConverter.SqlTimestampTypeConversion()
           
 
Method Summary
 java.lang.Object convertValue(java.lang.Object value)
          Converts the provided value to the type represented by the implementor if this interface
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeConverter.SqlTimestampTypeConversion

public TypeConverter.SqlTimestampTypeConversion()
Method Detail

convertValue

public java.lang.Object convertValue(java.lang.Object value)
Description copied from interface: TypeConversion
Converts the provided value to the type represented by the implementor if this interface
Specified by:
convertValue in interface TypeConversion