The UML-to-logical data model transformation generates
logical data model data types from UML primitive types.
The following table shows the correspondence between UML primitive
types and logical data model data types.
Table 1. UML to logical data
model data type mappingsUML primitive types |
Logical data model data types that the transformation
generates |
Boolean, boolean |
BOOLEAN |
Byte, byte, or char |
CHAR |
Date |
DATE |
Double, double |
DOUBLE |
float |
FLOAT |
Integer, int |
INTEGER |
Long, long |
LONG |
short |
SHORT |
String |
VARCHAR(32672) |
UnlimitedNatural |
INTEGER |