Process Primitive Data Type Mapping
TIBCO Business Studio supports the following process basic data types.
Process Primitive Type | Java Type Representation | Comments |
---|---|---|
Boolean | Boolean | |
Fixed Point Number | Number | Constrained to <=15 digits.
TIBCO Business Studio validates that the upper limit is not exceeded. |
Floating Point Number | Number | A 64-bit floating point number. |
Text | String | |
Date | XMLGregorianCalendar | Date, without timezone offset. |
Date Time Timezone | XMLGregorianCalendar | Date and time, with optional timezone offset. |
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.