public enum Load extends java.lang.Enum<Load> implements CopertField
Modifier and Type | Method and Description |
---|---|
static Load |
getValue(java.lang.String string) |
java.lang.String |
matcher()
Name of the field used to read the Copert tree.
|
static Load |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Load[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
getValue, randomSelector, valueOf
public static final Load _0
public static final Load _50
public static final Load _100
public static final Load NONE
public static final Load RANDOM
public static Load[] values()
for (Load c : Load.values()) System.out.println(c);
public static Load 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 nullpublic java.lang.String matcher()
CopertField
matcher
in interface CopertField
public static Load getValue(java.lang.String string)