public static enum PluginEvent.PluginAction extends Enum<PluginEvent.PluginAction>
| Enum Constant and Description |
|---|
ACTIVATE |
INACTIVATE |
LOAD |
SUBSCRIBE |
UNLOAD |
UNSUBSCRIBE |
| Modifier and Type | Method and Description |
|---|---|
static PluginEvent.PluginAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PluginEvent.PluginAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PluginEvent.PluginAction SUBSCRIBE
public static final PluginEvent.PluginAction LOAD
public static final PluginEvent.PluginAction ACTIVATE
public static final PluginEvent.PluginAction INACTIVATE
public static final PluginEvent.PluginAction UNLOAD
public static final PluginEvent.PluginAction UNSUBSCRIBE
public static PluginEvent.PluginAction[] values()
for (PluginEvent.PluginAction c : PluginEvent.PluginAction.values()) System.out.println(c);
public static PluginEvent.PluginAction 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 © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.