public static enum Plugin.Flavor extends Enum<Plugin.Flavor>
| Enum Constant and Description |
|---|
EASY |
FREEMARKER |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static Plugin.Flavor |
getPluginMethod(String method) |
String |
toString() |
static Plugin.Flavor |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Plugin.Flavor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Plugin.Flavor FREEMARKER
public static final Plugin.Flavor EASY
public static final Plugin.Flavor UNKNOWN
public static Plugin.Flavor[] values()
for (Plugin.Flavor c : Plugin.Flavor.values()) System.out.println(c);
public static Plugin.Flavor 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<Plugin.Flavor>public static Plugin.Flavor getPluginMethod(String method) throws MolgenisModelException
MolgenisModelExceptionCopyright © 2015. All Rights Reserved.