com.iplanet.jato.util
Class TypeConverter.ObjectTypeConversion

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

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


Constructor Summary
TypeConverter.ObjectTypeConversion()
           
 
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.ObjectTypeConversion

public TypeConverter.ObjectTypeConversion()
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