public static enum Main.Test extends Enum<Main.Test>
Enum Constant and Description |
---|
blackhole_consec |
blackhole_cpu |
blackhole_pipelined |
blackhole_single |
compiler_hints |
helpers |
stability |
thermal |
thread_scale |
timing |
Modifier and Type | Method and Description |
---|---|
static Main.Test |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Main.Test[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Main.Test timing
public static final Main.Test compiler_hints
public static final Main.Test thermal
public static final Main.Test stability
public static final Main.Test thread_scale
public static final Main.Test helpers
public static final Main.Test blackhole_cpu
public static final Main.Test blackhole_single
public static final Main.Test blackhole_pipelined
public static final Main.Test blackhole_consec
public static Main.Test[] values()
for (Main.Test c : Main.Test.values()) System.out.println(c);
public static Main.Test valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2020. All rights reserved.