public class RegionalSettings
extends java.lang.Object
| Constructor and Description |
|---|
RegionalSettings()
Instantiates a new regional settings.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getAdjustHijriDays()
Gets the adjust hijri days.
|
java.lang.String |
getAdvanceHijri()
Gets the advance hijri.
|
CalendarType |
getAlternateCalendarType()
Gets the alternate calendar type.
|
java.lang.String |
getAm()
Gets the am.
|
CalendarType |
getCalendarType()
Gets the calendar type.
|
int |
getCollation()
Gets the collation.
|
Locale |
getCollationLocale()
Gets the collation locale.
|
int |
getDateFormat()
Gets the date format.
|
java.lang.String |
getDateSeparator()
Gets the date separator.
|
java.lang.String |
getDecimalSeparator()
Gets the decimal separator.
|
java.lang.String |
getDigitGrouping()
Gets the digit grouping.
|
int |
getFirstDayOfWeek()
Gets the first day of week.
|
int |
getFirstWeekOfYear()
Gets the first week of year.
|
java.lang.String |
getLanguage()
Gets the language.
|
java.lang.String |
getListSeparator()
Gets the list separator.
|
Locale |
getLocale()
Gets the locale.
|
int |
getNegativeNumberMode()
Gets the negative number mode.
|
java.lang.String |
getNegativeSign()
Gets the negative sign.
|
java.lang.String |
getPm()
Gets the pm.
|
java.lang.String |
getPositiveSign()
Gets the positive sign.
|
boolean |
getPresence()
Gets the presence.
|
java.lang.String |
getSortOrder()
Gets the sort order.
|
java.lang.String |
getThousandSeparator()
Gets the thousand separator.
|
int |
getTimeMarkerPosition()
Gets the time marker position.
|
java.lang.String |
getTimeSeparator()
Gets the time separator.
|
int |
getTimeZone()
Gets the time zone.
|
int |
getWorkDayEndHour()
Gets the work day end hour.
|
int |
getWorkDays()
Gets the work days.
|
int |
getWorkDayStartHour()
Gets the work day start hour.
|
boolean |
isEastAsia()
Checks if is east asia.
|
boolean |
isRightToLeft()
Checks if is right to left.
|
boolean |
isTime24()
Checks if is time24.
|
boolean |
isUIRightToLeft()
Checks if is UI right to left.
|
boolean |
showWeeks()
Show weeks.
|
public int getAdjustHijriDays()
public java.lang.String getAdvanceHijri()
public CalendarType getAlternateCalendarType()
public java.lang.String getAm()
public CalendarType getCalendarType()
public int getCollation()
public Locale getCollationLocale()
public int getDateFormat()
public java.lang.String getDateSeparator()
public java.lang.String getDecimalSeparator()
public java.lang.String getDigitGrouping()
public int getFirstDayOfWeek()
public int getFirstWeekOfYear()
public java.lang.String getLanguage()
public java.lang.String getListSeparator()
public Locale getLocale()
public int getNegativeNumberMode()
public java.lang.String getNegativeSign()
public java.lang.String getPm()
public java.lang.String getPositiveSign()
public boolean getPresence()
public java.lang.String getSortOrder()
public java.lang.String getThousandSeparator()
public int getTimeMarkerPosition()
public java.lang.String getTimeSeparator()
public int getTimeZone()
public int getWorkDayEndHour()
public int getWorkDays()
public int getWorkDayStartHour()
public boolean isEastAsia()
public boolean isRightToLeft()
public boolean isTime24()
public boolean isUIRightToLeft()
public boolean showWeeks()