public static enum ModuleInfo.InstanciationPereference extends java.lang.Enum<ModuleInfo.InstanciationPereference>
| Enum Constant and Description |
|---|
MULTIPLE_INSTANCES_PER_BOT |
SINGLE_INSTANCE_ACROSS_ALL_BOTS |
SINGLE_INSTANCE_PER_BOT |
| Modifier and Type | Method and Description |
|---|---|
static ModuleInfo.InstanciationPereference |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ModuleInfo.InstanciationPereference[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModuleInfo.InstanciationPereference SINGLE_INSTANCE_ACROSS_ALL_BOTS
public static final ModuleInfo.InstanciationPereference SINGLE_INSTANCE_PER_BOT
public static final ModuleInfo.InstanciationPereference MULTIPLE_INSTANCES_PER_BOT
public static ModuleInfo.InstanciationPereference[] values()
for (ModuleInfo.InstanciationPereference c : ModuleInfo.InstanciationPereference.values()) System.out.println(c);
public static ModuleInfo.InstanciationPereference 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 null