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 Constructor Description VCLocale(de.uplanet.lucy.util.ILocale p_locale)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCurrencyDecimalSeparator()
String
getCurrencyDigitSeparator()
int
getCurrencyFractionDigits()
String
getDateFormat()
String
getDateTimeFormat()
String
getDayShortDateFormat()
int
getFirstDayOfWeek()
String
getHourFormat()
String
getIntegerDigitSeparator()
String
getLanguage()
String
getLanguageTag()
String
getLongDateFormat()
String
getNumberDecimalSeparator()
String
getNumberDigitSeparator()
int
getNumberFractionDigits()
String
getShortDateFormat()
String
getTimeFormat()
String
getTimeFormatWithSeconds()
String
getTimeZoneId()
boolean
isCurrencyLeadingNulls()
boolean
isNumberLeadingNulls()
TimeZone
timeZone()
Locale
toJavaLocale()
String
toJSON()
<T extends Appendable>
TwriteJSON(T p_appendable)
-
-
-
Method Detail
-
getLanguage
public String getLanguage()
-
getLanguageTag
public String getLanguageTag()
-
getDateFormat
public String getDateFormat()
-
getShortDateFormat
public String getShortDateFormat()
-
getLongDateFormat
public String getLongDateFormat()
-
getTimeFormat
public String getTimeFormat()
-
getTimeFormatWithSeconds
public String getTimeFormatWithSeconds()
-
getHourFormat
public String getHourFormat()
-
getDateTimeFormat
public String getDateTimeFormat()
-
getDayShortDateFormat
public String getDayShortDateFormat()
-
getIntegerDigitSeparator
public String getIntegerDigitSeparator()
-
getNumberDecimalSeparator
public String getNumberDecimalSeparator()
-
getNumberDigitSeparator
public String getNumberDigitSeparator()
-
isNumberLeadingNulls
public boolean isNumberLeadingNulls()
-
getNumberFractionDigits
public int getNumberFractionDigits()
-
getCurrencyDecimalSeparator
public String getCurrencyDecimalSeparator()
-
getCurrencyDigitSeparator
public String getCurrencyDigitSeparator()
-
isCurrencyLeadingNulls
public boolean isCurrencyLeadingNulls()
-
getCurrencyFractionDigits
public int getCurrencyFractionDigits()
-
timeZone
public TimeZone timeZone()
-
getTimeZoneId
public String getTimeZoneId()
-
getFirstDayOfWeek
public int getFirstDayOfWeek()
-
toJavaLocale
public Locale toJavaLocale()
-
writeJSON
public <T extends Appendable> T writeJSON(T p_appendable) throws IOException
- Specified by:
writeJSON
in interfacede.uplanet.json.IJSONAppendableAware
- Throws:
IOException
-
toJSON
public String toJSON()
- Specified by:
toJSON
in interfacede.uplanet.json.IJSONAware
-
-