Serializable
, Comparable<Locale.Category>
, Constable
public static enum Locale.Category extends Enum<Locale.Category>
Enum for locale categories. These locale categories are used to get/set the default locale for the specific functionality represented by the category.
Locale.getDefault(Locale.Category)
, Locale.setDefault(Locale.Category, Locale)
DISPLAY
Category used to represent the default locale for displaying user interfaces.
FORMAT
Category used to represent the default locale for formatting dates, numbers, and/or currencies.
static Locale.Category
valueOf(String name)
Returns the enum constant of this type with the specified name.
static Locale.Category[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
Methods declared in class java.lang.Enumclone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
Category used to represent the default locale for displaying user interfaces.
Category used to represent the default locale for formatting dates, numbers, and/or currencies.
Returns an array containing the constants of this enum type, in the order they are declared.
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant with the specified name
NullPointerException
- if the argument is null
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4