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