Interface RegionalSettings
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
BasicRegionalSettings
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getLocale
Locale getLocale() -
getGroupingSeparator
String getGroupingSeparator() -
getDecimalSeparator
String getDecimalSeparator() -
getExponentSeparator
String getExponentSeparator() -
getLongDateFormat
String getLongDateFormat() -
getShortDateFormat
String getShortDateFormat() -
getLongTimeFormat
String getLongTimeFormat() -
getShortTimeFormat
String getShortTimeFormat()
-