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