Interface RegionalSettings

All Superinterfaces:
Serializable
All Known Implementing Classes:
BasicRegionalSettings

public interface RegionalSettings extends Serializable
  • 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()