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