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