public static enum TestGenProfile.Algorithm extends java.lang.Enum<TestGenProfile.Algorithm>
| Enum Constant and Description |
|---|
basechoice |
bush |
ipof |
ipof2 |
ipog |
ipog_d |
ipog_hybrid |
ipog_r |
nil |
paintball |
rec |
| Modifier and Type | Method and Description |
|---|---|
static TestGenProfile.Algorithm |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TestGenProfile.Algorithm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestGenProfile.Algorithm ipog
public static final TestGenProfile.Algorithm ipog_d
public static final TestGenProfile.Algorithm bush
public static final TestGenProfile.Algorithm rec
public static final TestGenProfile.Algorithm paintball
public static final TestGenProfile.Algorithm ipof
public static final TestGenProfile.Algorithm ipof2
public static final TestGenProfile.Algorithm basechoice
public static final TestGenProfile.Algorithm ipog_r
public static final TestGenProfile.Algorithm ipog_hybrid
public static final TestGenProfile.Algorithm nil
public static TestGenProfile.Algorithm[] values()
for (TestGenProfile.Algorithm c : TestGenProfile.Algorithm.values()) System.out.println(c);
public static TestGenProfile.Algorithm 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