Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
3500:appendix_a [2023/04/05 04:31] – ↷ Page moved from progref:appendix_a to 3500:appendix_a sean3500:appendix_a [2026/08/13 02:59] (current) localdev
Line 3: Line 3:
 ====== Appendix A: correspondence of attribute types and Java types ====== ====== 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|getAttributeValue]] and [[#setAttributeValue|setAttributeValue]] of the IObject interface.+The following table lists the mapping between the //**AwareIM**// attribute types and the Java types used in certain methods such as [[ref:p_m:getattributevalue|getAttributeValue]] and ''[[ref:p_m:setattributevalue|setAttributeValue]]'' of the IObject interface.
  
 ^Attribute Type^Java Type^ ^Attribute Type^Java Type^
Line 12: Line 12:
 |Duration|''com.bas.utils.Duration''| |Duration|''com.bas.utils.Duration''|
 |Yes/No|Boolean| |Yes/No|Boolean|
-|Document or Picture|''org.openadaptor.dataobjects.DataObject'' with the following sub-attributes:\\   * ''DOCDATA'' (Binary)\\   * ''DOCTYPE'' (Plain Text)|+|Document or Picture|''org.openadaptor.dataobjects.DataObject'' with the following sub-attributes:\\    ''DOCDATA'' (Binary)\\    ''DOCTYPE'' (Plain Text)|
 |Binary|byte []| |Binary|byte []|