Package | Description |
---|---|
mondrian.util |
Mondrian utilities.
|
Modifier and Type | Method and Description |
---|---|
static Format.FormatLocale |
Format.createLocale(char thousandSeparator,
char decimalPlaceholder,
String dateSeparator,
String timeSeparator,
String currencySymbol,
String currencyFormat,
String[] daysOfWeekShort,
String[] daysOfWeekLong,
String[] monthsShort,
String[] monthsLong,
Locale locale)
Create a
Format.FormatLocale object characterized by the given
properties. |
static Format.FormatLocale |
Format.createLocale(Locale locale) |
static Format.FormatLocale |
Format.getBestFormatLocale(Locale locale)
Returns the best
Format.FormatLocale for a given Locale . |
static Format.FormatLocale |
Format.getFormatLocale(Locale locale)
Returns the
Format.FormatLocale which precisely matches Locale ,
if any, or null if there is none. |
static Format.FormatLocale |
Format.registerFormatLocale(Format.FormatLocale formatLocale,
Locale locale)
Registers a
Format.FormatLocale to a given Locale . |
Modifier and Type | Method and Description |
---|---|
static Format.FormatLocale |
Format.registerFormatLocale(Format.FormatLocale formatLocale,
Locale locale)
Registers a
Format.FormatLocale to a given Locale . |
Constructor and Description |
---|
Format(String formatString,
Format.FormatLocale locale)
Constructs a
Format in a specific locale. |
Copyright © 2018 Hitachi Vantara. All rights reserved.