public static enum LocaleInfo.SelectionReason extends Enum<LocaleInfo.SelectionReason>
Modifier and Type | Method and Description |
---|---|
static LocaleInfo.SelectionReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LocaleInfo.SelectionReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LocaleInfo.SelectionReason GLOBAL
public static final LocaleInfo.SelectionReason BROWSER
public static final LocaleInfo.SelectionReason PROFILE
public static final LocaleInfo.SelectionReason OVERRIDE
public static LocaleInfo.SelectionReason[] values()
for (LocaleInfo.SelectionReason c : LocaleInfo.SelectionReason.values()) System.out.println(c);
public static LocaleInfo.SelectionReason valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2003–2017 Atlassian. All rights reserved.