Constants
|
const short DATE_SEPARATOR
= = 0; |
- Description
- date separator, /
|
const short THOUSAND_SEPARATOR
= = 1; |
- Description
- group and thousand separator, "," .
|
const short DECIMAL_SEPARATOR
= = 2; |
- Description
- decimal separator, "." .
|
const short TIME_SEPARATOR
= = 3; |
- Description
- time separator, ":" .
|
const short TIME_100SEC_SEPARATOR
= = 4; |
- Description
- time 100th seconds separator, "," .
|
const short LIST_SEPARATOR
= = 5; |
- Description
- list separator, ";" .
|
const short SINGLE_QUOTATION_START
= = 6; |
- Description
- single quotation mark start.
|
const short SINGLE_QUOTATION_END
= = 7; |
- Description
- single quotation mark end.
|
const short DOUBLE_QUOTATION_START
= = 8; |
- Description
- double quotation mark start.
|
const short DOUBLE_QUOTATION_END
= = 9; |
- Description
- double quotation mark end.
|
const short MEASUREMENT_SYSTEM
= = 10; |
- Description
- measurement system, for example, "metric" or "us" .
|
const short TIME_AM
= = 11; |
- Description
- time AM symbol, for example, "AM" or "am" .
|
const short TIME_PM
= = 12; |
- Description
- time PM symbol, for example, "PM" or "pm" .
|
const short LONG_DATE_DAY_OF_WEEK_SEPARATOR
= = 13; |
- Description
- long date day of week separator, ", "
|
const short LONG_DATE_DAY_SEPARATOR
= = 14; |
- Description
- long date day separator, ", "
|
const short LONG_DATE_MONTH_SEPARATOR
= = 15; |
- Description
- long date month separator, " "
|
const short LONG_DATE_YEAR_SEPARATOR
= = 16; |
- Description
- long date year separator, " "
|
const short COUNT
= = 17; |
- Description
- count of items available.
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.