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