Appendix A: correspondence of attribute types and Java types

The following table lists the mapping between the Aware IM attribute types and the Java types used in certain methods such as getAttributeValue and setAttributeValue of the IObject interface.

Attribute TypeJava Type
Plain TextString
NumberLong or Double depending on the format of the Number
Dateorg.openadaptor.util.DateHolder
Timestamporg.openadaptor.util.DateTimeHolder
Durationcom.bas.utils.Duration
Yes/NoBoolean
Document or Pictureorg.openadaptor.dataobjects.DataObject with the following sub-attributes:
* DOCDATA (Binary)
* DOCTYPE (Plain Text)
Binarybyte []
  • Last modified: 2023/04/05 06:19