Package com.adobe.xfa.ut.lcdata
Class LcBundle
- java.lang.Object
-
- com.adobe.xfa.ut.lcdata.LcBundle
-
public final class LcBundle extends java.lang.Object
A utility class to access the properties of Locale resource bundles.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
BUNDLE_BASE
The base name of property resource bundles.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getCurrencySymbolProperty(int symbol)
static java.lang.String
getDateFormatProperty(int style)
static java.lang.String
getDateTimeFormatProperty()
static java.lang.String
getDateTimeSymbolsProperty()
static java.lang.String
getEraProperty(int era)
static java.lang.String
getLongDayProperty(int weekday)
static java.lang.String
getLongMonthProperty(int month)
static java.lang.String
getMeridiemProperty(int aspect)
static java.lang.String
getNumberFormatProperty(int style)
static java.lang.String
getNumericSymbolProperty(int symbol)
static java.lang.String
getShortDayProperty(int weekday)
static java.lang.String
getShortMonthProperty(int month)
static java.lang.String
getTimeFormatProperty(int style)
static java.lang.String
getTypefacesProperty()
-
-
-
Field Detail
-
BUNDLE_BASE
public static final java.lang.String BUNDLE_BASE
The base name of property resource bundles.- See Also:
- Constant Field Values
-
-
Method Detail
-
getLongMonthProperty
public static java.lang.String getLongMonthProperty(int month)
-
getShortMonthProperty
public static java.lang.String getShortMonthProperty(int month)
-
getLongDayProperty
public static java.lang.String getLongDayProperty(int weekday)
-
getShortDayProperty
public static java.lang.String getShortDayProperty(int weekday)
-
getMeridiemProperty
public static java.lang.String getMeridiemProperty(int aspect)
-
getEraProperty
public static java.lang.String getEraProperty(int era)
-
getDateFormatProperty
public static java.lang.String getDateFormatProperty(int style)
-
getTimeFormatProperty
public static java.lang.String getTimeFormatProperty(int style)
-
getDateTimeFormatProperty
public static java.lang.String getDateTimeFormatProperty()
-
getDateTimeSymbolsProperty
public static java.lang.String getDateTimeSymbolsProperty()
-
getNumberFormatProperty
public static java.lang.String getNumberFormatProperty(int style)
-
getNumericSymbolProperty
public static java.lang.String getNumericSymbolProperty(int symbol)
-
getCurrencySymbolProperty
public static java.lang.String getCurrencySymbolProperty(int symbol)
-
getTypefacesProperty
public static java.lang.String getTypefacesProperty()
-
-