Class VCLocale
java.lang.Object
de.uplanet.lucy.server.auxiliaries.VCLocale
- All Implemented Interfaces:
de.uplanet.json.IJSONAppendableAware
,de.uplanet.json.IJSONAware
public final class VCLocale
extends Object
implements de.uplanet.json.IJSONAware, de.uplanet.json.IJSONAppendableAware
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
int
boolean
boolean
timeZone()
toJSON()
<T extends Appendable>
TwriteJSON
(T p_appendable) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface de.uplanet.json.IJSONAppendableAware
writeJSON
-
Constructor Details
-
VCLocale
public VCLocale(de.uplanet.lucy.util.ILocale p_locale)
-
-
Method Details
-
getLanguage
-
getLanguageTag
-
getDateFormat
-
getShortDateFormat
-
getLongDateFormat
-
getTimeFormat
-
getTimeFormatWithSeconds
-
getHourFormat
-
getDateTimeFormat
-
getDayShortDateFormat
-
getIntegerDigitSeparator
-
getNumberDecimalSeparator
-
getNumberDigitSeparator
-
isNumberLeadingNulls
public boolean isNumberLeadingNulls() -
getNumberFractionDigits
public int getNumberFractionDigits() -
getCurrencyDecimalSeparator
-
getCurrencyDigitSeparator
-
isCurrencyLeadingNulls
public boolean isCurrencyLeadingNulls() -
getCurrencyFractionDigits
public int getCurrencyFractionDigits() -
timeZone
-
getTimeZoneId
-
getFirstDayOfWeek
public int getFirstDayOfWeek() -
toJavaLocale
-
writeJSON
- Specified by:
writeJSON
in interfacede.uplanet.json.IJSONAppendableAware
- Throws:
IOException
-
toJSON
- Specified by:
toJSON
in interfacede.uplanet.json.IJSONAware
-