protected static enum TestGP390.Units extends Enum<TestGP390.Units>
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static TestGP390.Units |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestGP390.Units[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestGP390.Units TORR
public static final TestGP390.Units MBAR
public static final TestGP390.Units PASCAL
public static TestGP390.Units[] values()
for (TestGP390.Units c : TestGP390.Units.values()) System.out.println(c);
public static TestGP390.Units 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 nullpublic int getValue()
Copyright © 2018 LSST. All rights reserved.