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