These are the built in atomic types. You can change them if you wish. However this is not good practice.
All these can be found in the java.lang
subpackage
of the main model.
![]() | Caution |
---|---|
You should be aware that these are Java datatypes. They are not mandated by the UML standard. |
These are the standard datatypes. For their definition refer to the Java standard.
boolean
byte
char
double
float
int
long
short
void
![]() | Note |
---|---|
|