com.ibm.commerce.messaging.util
Class ConversionUtil

java.lang.Object
  |
  +--com.ibm.commerce.messaging.util.ConversionUtil

public class ConversionUtil
extends java.lang.Object

Converts a primitive datatype to the respective Object type.


Field Summary
static java.lang.String COPYRIGHT
           
 
Constructor Summary
ConversionUtil()
          Constructs the ConversionUtil object.
 
Method Summary
static java.lang.Object getObjectForType(java.lang.String baseType, java.lang.String value)
          Converts a primitive datatype to the respective Object type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Constructor Detail

ConversionUtil

public ConversionUtil()
Constructs the ConversionUtil object.
Method Detail

getObjectForType

public static java.lang.Object getObjectForType(java.lang.String baseType,
                                                java.lang.String value)
Converts a primitive datatype to the respective Object type.
Parameters:
baseType - java.lang.String The primitive datatype.
value - java.lang.String The value of the primitive datatype.
Returns:
java.lang.Object The Object representation of the primitive datatype.