public static enum ILocaleProvider.LocaleState extends Enum<ILocaleProvider.LocaleState>
Enum Constant and Description |
---|
AVAILABLE |
DOCUMENT |
EXISTS |
FOLDER |
FOLDER_OPEN |
Modifier and Type | Method and Description |
---|---|
static ILocaleProvider.LocaleState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ILocaleProvider.LocaleState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ILocaleProvider.LocaleState AVAILABLE
public static final ILocaleProvider.LocaleState EXISTS
public static final ILocaleProvider.LocaleState DOCUMENT
public static final ILocaleProvider.LocaleState FOLDER
public static final ILocaleProvider.LocaleState FOLDER_OPEN
public static ILocaleProvider.LocaleState[] values()
for (ILocaleProvider.LocaleState c : ILocaleProvider.LocaleState.values()) System.out.println(c);
public static ILocaleProvider.LocaleState 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 © 2007–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.