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 Details

    • VCLocale

      public VCLocale(de.uplanet.lucy.util.ILocale p_locale)
  • Method Details

    • 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 interface de.uplanet.json.IJSONAppendableAware
      Throws:
      IOException
    • toJSON

      public String toJSON()
      Specified by:
      toJSON in interface de.uplanet.json.IJSONAware