private static enum MemoryScheduleTest.TestMode extends Enum<MemoryScheduleTest.TestMode>
| Enum Constant and Description |
|---|
INLINED_WITHOUT_FRAMESTATES |
WITH_FRAMESTATES |
WITHOUT_FRAMESTATES |
| Modifier and Type | Method and Description |
|---|---|
static MemoryScheduleTest.TestMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MemoryScheduleTest.TestMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MemoryScheduleTest.TestMode WITH_FRAMESTATES
public static final MemoryScheduleTest.TestMode WITHOUT_FRAMESTATES
public static final MemoryScheduleTest.TestMode INLINED_WITHOUT_FRAMESTATES
public static MemoryScheduleTest.TestMode[] values()
for (MemoryScheduleTest.TestMode c : MemoryScheduleTest.TestMode.values()) System.out.println(c);
public static MemoryScheduleTest.TestMode 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 null