public enum PluginHandlerEventEnum extends java.lang.Enum<PluginHandlerEventEnum>
| Enum Constant and Description |
|---|
DELETE
plugin deleted.
|
DISABLED
plugin disabled.
|
ENABLED
plugin enabled.
|
SORTED
plugin sorted.
|
| Modifier and Type | Method and Description |
|---|---|
static PluginHandlerEventEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PluginHandlerEventEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PluginHandlerEventEnum ENABLED
public static final PluginHandlerEventEnum DISABLED
public static final PluginHandlerEventEnum DELETE
public static final PluginHandlerEventEnum SORTED
public static PluginHandlerEventEnum[] values()
for (PluginHandlerEventEnum c : PluginHandlerEventEnum.values()) System.out.println(c);
public static PluginHandlerEventEnum valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2024 The Apache Software Foundation. All rights reserved.