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

Provides interfaces and classes for data type convertion.

See:
          Description

Interface Summary
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.
 

Class Summary
BooleanConverter Maximo Type Converter for Boolean types.
DateConverter Maximo Type Converter for Date types.
DoubleConverter Maximo Type Converter for Double types.
IntegerConverter Maximo Type Converter for Integer types.
LongConverter Maximo Type Converter for Long types.
StringConverter Maximo Type Converter for String types.
 

Package com.ibm.di.connector.maximo.util.typeconverter Description

Provides interfaces and classes for data type convertion.