public static enum TwisTorr84Device.Model extends Enum<TwisTorr84Device.Model>
| Enum Constant and Description |
|---|
model304 |
model305 |
model74 |
model84 |
| Modifier and Type | Method and Description |
|---|---|
static TwisTorr84Device.Model |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TwisTorr84Device.Model[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TwisTorr84Device.Model model74
public static final TwisTorr84Device.Model model84
public static final TwisTorr84Device.Model model304
public static final TwisTorr84Device.Model model305
public static TwisTorr84Device.Model[] values()
for (TwisTorr84Device.Model c : TwisTorr84Device.Model.values()) System.out.println(c);
public static TwisTorr84Device.Model 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.