public static enum HelpResourceBundleLoader.Type extends Enum<HelpResourceBundleLoader.Type>
Enum Constant and Description |
---|
ADMIN_HELP |
LEGACY_HELP |
USER_HELP |
Modifier and Type | Method and Description |
---|---|
static HelpResourceBundleLoader.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HelpResourceBundleLoader.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HelpResourceBundleLoader.Type LEGACY_HELP
public static final HelpResourceBundleLoader.Type USER_HELP
public static final HelpResourceBundleLoader.Type ADMIN_HELP
public static HelpResourceBundleLoader.Type[] values()
for (HelpResourceBundleLoader.Type c : HelpResourceBundleLoader.Type.values()) System.out.println(c);
public static HelpResourceBundleLoader.Type 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 © 2002-2019 Atlassian. All Rights Reserved.