Interface IsDefaultBaseFormatOptions
-
- All Known Subinterfaces:
IsDefaultDateTimeFormatOptions
,IsDefaultNumberFormatOptions
,IsNumberFormat
- All Known Implementing Classes:
AbstractNumberFormat
,DateTimeFormatOptions
,DefaultBaseFormatOptions
,DefaultDateTimeFormatOptions
,DefaultNumberFormatOptions
,NumberFormatItem
,NumberFormatOptions
,TicksNumberFormat
public interface IsDefaultBaseFormatOptions
Interface 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 LocaleMatcher
getLocaleMatcher()
Returns the locale matching algorithm to use.NumberingSystem
getNumberingSystem()
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
-
-