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