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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintbooleanbooleantimeZone()toJSON()<T extends Appendable>
TwriteJSON(T p_appendable) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
writeJSONin interfacede.uplanet.json.IJSONAppendableAware- Throws:
IOException
-
toJSON
- Specified by:
toJSONin interfacede.uplanet.json.IJSONAware
-