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