Interface IsDefaultBaseFormatOptions
-
- All Known Subinterfaces:
IsDefaultDateTimeFormatOptions,IsDefaultNumberFormatOptions,IsNumberFormat
- All Known Implementing Classes:
AbstractNumberFormat,DateTimeFormatOptions,DefaultBaseFormatOptions,DefaultDateTimeFormatOptions,DefaultNumberFormatOptions,NumberFormatItem,NumberFormatOptions,TicksNumberFormat
public interface IsDefaultBaseFormatOptionsInterface to define the locale matching options for internationalization.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LocaleMatchergetLocaleMatcher()Returns the locale matching algorithm to use.NumberingSystemgetNumberingSystem()Returns the numbering system to use.
-
-
-
Method Detail
-
getLocaleMatcher
LocaleMatcher getLocaleMatcher()
Returns the locale matching algorithm to use.- Returns:
- the locale matching algorithm to use
-
getNumberingSystem
NumberingSystem getNumberingSystem()
Returns the numbering system to use.- Returns:
- the numbering system to use
-
-