public static enum PluginMap.Orphan extends Enum<PluginMap.Orphan>
Modifier and Type | Method and Description |
---|---|
static PluginMap.Orphan |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PluginMap.Orphan[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PluginMap.Orphan Remove
public static final PluginMap.Orphan Ignore
public static final PluginMap.Orphan Load
public static PluginMap.Orphan[] values()
for (PluginMap.Orphan c : PluginMap.Orphan.values()) System.out.println(c);
public static PluginMap.Orphan 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 © 2000–2017 FreeHEP. All rights reserved.