public enum RandomField extends java.lang.Enum<RandomField> implements CopertField
Enum Constant and Description |
---|
RANDOM |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
matcher()
Name of the field used to read the Copert tree.
|
static RandomField |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RandomField[] |
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 RandomField RANDOM
public static RandomField[] values()
for (RandomField c : RandomField.values()) System.out.println(c);
public static RandomField 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