Text Type | Description |
---|---|
JAVA_INT | An integer value represented using Java’s default formatting |
FORMATTED_INT | An integer value represented using a specified NumberFormat |
JAVA_LONG | A long value represented using Java’s default formatting |
FORMATTED_LONG | A long value represented using a specified NumberFormat |
JAVA_FLOAT | A float value represented using Java’s default formatting |
FORMATTED_FLOAT | A float value represented using a specified NumberFormat |
JAVA_DOUBLE | A double value represented using Java’s default formatting |
FORMATTED_DOUBLE | A double value represented using a specified NumberFormat. |
JAVA_NUMERIC | A numeric value represented using Java’s default formatting for java.math.BigDecimal |
FORMATTED_NUMERIC | A numeric value represented using a specified NumberFormat |
JAVA_MONEY | A money value represented using Java's default Currency formatting |
FORMATTED_MONEY | A money value represented using a specified NumberFormat |