| Interface | Description |
|---|---|
| BooleanFormatSettings |
'Read only' interface that provides getters to read the format settings of Boolean.
|
| DateTimeFormatSettings |
'Read only' interface that provides getters to read the format settings of DateTime.
|
| DurationFormatSettings |
'Read only' interface that provides getters to read the format settings of Duration.
|
| FormatSettings |
Base interface for child format settings interfaces that provide 'read only' interfaces (getter functions only) to visit format settings.
|
| FormattingConstants | |
| GeocodeFormatSettings |
'Read only' interface that provides getters to read the format settings of Geocode.
|
| NumberFormatSettings |
'Read only' interface that provides getters to read the format settings of the numeric types including number, currency and percentage.
|
| StringFormatSettings | |
| TimeFormatSettings |
'Read only' interface that provides getters to read the format settings of Time.
|
| Class | Description |
|---|---|
| BooleanFormatter |
Formatter for formatting Boolean type based on locale and format settings.
|
| DateTimeFormatter |
Formatter for formatting DateTime type based on locale and format settings.
|
| DurationFormatter |
Formatter for formatting Duration type based on locale and format settings.
|
| Formatter |
Base formatter class that provides read/write interface (getter/setter) for visiting the format settings and the abstract format function.
|
| FormattingUtils | |
| GeocodeFormatter |
Formatter for formatting Geocode type based on locale and format settings.
|
| MultiValueFormat | |
| NumberFormatter |
Formatter for formatting Number, Currency or Percentage types based on locale and format settings.
|
| StringFormatter | |
| TimeFormatter |
Formatter for formatting Time type based on locale and format settings.
|
| TruncatingStringFormatter |
This formatter gets the framework setting for the maximum length of a string and truncates strings to be at most that length should they be
longer.
|
| Exception | Description |
|---|---|
| Formatter.FormatParseException |
Copyright 2003, 2014, Oracle and/or its affiliates. All rights reserved.