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