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