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