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