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