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