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