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