Klasse VCLocale

java.lang.Object
de.uplanet.lucy.server.auxiliaries.VCLocale
Alle implementierten Schnittstellen:
de.uplanet.json.IJSONAppendableAware, de.uplanet.json.IJSONAware

public final class VCLocale extends Object implements de.uplanet.json.IJSONAware, de.uplanet.json.IJSONAppendableAware
  • Konstruktordetails

    • VCLocale

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

    • 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
      Angegeben von:
      writeJSON in Schnittstelle de.uplanet.json.IJSONAppendableAware
      Löst aus:
      IOException
    • toJSON

      public String toJSON()
      Angegeben von:
      toJSON in Schnittstelle de.uplanet.json.IJSONAware