Supported Files, Formats, and Text Types : Supported Text Types : Number Types
 
Share this page                  
Number Types
These types map into the numeric hierarchy of token types as discussed in Tokens and Types in Concepts to Know. For a given numeric token type, the default text type associated with it is JAVA_<type> .
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