public static enum PluginWrapper.PluginDisableStatus extends Enum<PluginWrapper.PluginDisableStatus>
Enum Constant and Description |
---|
ALREADY_DISABLED |
DISABLED |
ERROR_DISABLING |
NO_SUCH_PLUGIN |
NOT_DISABLED_DEPENDANTS |
Modifier and Type | Method and Description |
---|---|
static PluginWrapper.PluginDisableStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PluginWrapper.PluginDisableStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PluginWrapper.PluginDisableStatus NO_SUCH_PLUGIN
public static final PluginWrapper.PluginDisableStatus DISABLED
public static final PluginWrapper.PluginDisableStatus ALREADY_DISABLED
public static final PluginWrapper.PluginDisableStatus NOT_DISABLED_DEPENDANTS
public static final PluginWrapper.PluginDisableStatus ERROR_DISABLING
public static PluginWrapper.PluginDisableStatus[] values()
for (PluginWrapper.PluginDisableStatus c : PluginWrapper.PluginDisableStatus.values()) System.out.println(c);
public static PluginWrapper.PluginDisableStatus 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 © 2004–2021. All rights reserved.