Uses of Package
com.ibm.di.connector.maximo.util.typeconverter

Packages that use com.ibm.di.connector.maximo.util.typeconverter
com.ibm.di.connector.maximo.util.typeconverter Provides interfaces and classes for data type convertion. 
 

Classes in com.ibm.di.connector.maximo.util.typeconverter used by com.ibm.di.connector.maximo.util.typeconverter
BooleanConverter
          Maximo Type Converter for Boolean types.
DateConverter
          Maximo Type Converter for Date types.
DoubleConverter
          Maximo Type Converter for Double types.
IMxTypeConverter
          This interface specifies the contract that a Maximo Type Converter should comply, which is basically, the capability for converting a String into a object of a specific type and vice versa.
IntegerConverter
          Maximo Type Converter for Integer types.
LongConverter
          Maximo Type Converter for Long types.
StringConverter
          Maximo Type Converter for String types.