Show pageOld revisionsBacklinksExport to PDFExport Page to HTML/PDFBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. {{tag>Programmers_Reference Appendix_A}} [<10>] ====== Appendix A: correspondence of attribute types and Java types ====== The following table lists the mapping between the //**AwareIM**// attribute types and the Java types used in certain methods such as [[pr_methods:getattributevalue|getAttributeValue]] and ''[[pr_methods:setattributevalue|setAttributeValue]]'' of the IObject interface. ^Attribute Type^Java Type^ |Plain Text|String| |Number|Long or Double depending on the format of the Number| |Date|''org.openadaptor.util.DateHolder''| |Timestamp|''org.openadaptor.util.DateTimeHolder''| |Duration|''com.bas.utils.Duration''| |Yes/No|Boolean| |Document or Picture|''org.openadaptor.dataobjects.DataObject'' with the following sub-attributes:\\ * ''DOCDATA'' (Binary)\\ * ''DOCTYPE'' (Plain Text)| |Binary|byte []| Last modified: 2025/06/12 02:36 Log In