Uses of Interface
com.ibm.di.connector.maximo.util.typeconverter.IMxTypeConverter

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

Uses of IMxTypeConverter in com.ibm.di.connector.maximo.util.typeconverter
 

Classes in com.ibm.di.connector.maximo.util.typeconverter that implement IMxTypeConverter
 class BooleanConverter
          Maximo Type Converter for Boolean types.
 class DateConverter
          Maximo Type Converter for Date types.
 class DoubleConverter
          Maximo Type Converter for Double types.
 class IntegerConverter
          Maximo Type Converter for Integer types.
 class LongConverter
          Maximo Type Converter for Long types.
 class StringConverter
          Maximo Type Converter for String types.