Data Types
The following table shows the Java data types used in Gotransverse.
For currency, see decimal.
Data Type | Definition |
---|---|
boolean |
Value of "true" or "false". |
date |
Format:
|
dateTime |
Format:
Key:
Troubleshooting:
|
decimal |
Precise fractional or integral type that can represent decimal numbers with 29 significant digits. Used in calculations. In Gotransverse, also used for currency. |
enumeration |
Used to list a choice of elements to use in the entity. |
int |
Used for standard integer needs. Used in calculations. |
long |
Used for a wider range than int. Used in calculations. |
string |
One or more alphanumeric characters that represent a single value. If numeric, it is not used for calculations. An example would be a phone number. |