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