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