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