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