Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| docs:3500:appendix_a [2023/04/05 04:32] – removed - external edit (Unknown date) 127.0.0.1 | docs:3500:appendix_a [2025/06/12 02:36] (current) – Rename to AwareIM aware_support3 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | {{tag> | ||
| + | [< | ||
| + | ====== Appendix A: correspondence of attribute types and Java types ====== | ||
| + | |||
| + | The following table lists the mapping between the // | ||
| + | |||
| + | ^Attribute Type^Java Type^ | ||
| + | |Plain Text|String| | ||
| + | |Number|Long or Double depending on the format of the Number| | ||
| + | |Date|'' | ||
| + | |Timestamp|'' | ||
| + | |Duration|'' | ||
| + | |Yes/ | ||
| + | |Document or Picture|'' | ||
| + | |Binary|byte []| | ||
| + | |||
| + | |||