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