Package com.adobe.xfa.ut.lcdata
Class LcBundle
- java.lang.Object
-
- com.adobe.xfa.ut.lcdata.LcBundle
-
public final class LcBundle extends java.lang.ObjectA utility class to access the properties of Locale resource bundles.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringBUNDLE_BASEThe base name of property resource bundles.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgetCurrencySymbolProperty(int symbol)static java.lang.StringgetDateFormatProperty(int style)static java.lang.StringgetDateTimeFormatProperty()static java.lang.StringgetDateTimeSymbolsProperty()static java.lang.StringgetEraProperty(int era)static java.lang.StringgetLongDayProperty(int weekday)static java.lang.StringgetLongMonthProperty(int month)static java.lang.StringgetMeridiemProperty(int aspect)static java.lang.StringgetNumberFormatProperty(int style)static java.lang.StringgetNumericSymbolProperty(int symbol)static java.lang.StringgetShortDayProperty(int weekday)static java.lang.StringgetShortMonthProperty(int month)static java.lang.StringgetTimeFormatProperty(int style)static java.lang.StringgetTypefacesProperty()
-
-
-
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()
-
-