public static enum TestWattsUp.MemFullAction extends Enum<TestWattsUp.MemFullAction>
| Modifier and Type | Method and Description |
|---|---|
static TestWattsUp.MemFullAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestWattsUp.MemFullAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestWattsUp.MemFullAction SUSPEND
public static final TestWattsUp.MemFullAction OVERWRITE
public static final TestWattsUp.MemFullAction CONDENSE
public static TestWattsUp.MemFullAction[] values()
for (TestWattsUp.MemFullAction c : TestWattsUp.MemFullAction.values()) System.out.println(c);
public static TestWattsUp.MemFullAction 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 LSST. All rights reserved.