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