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