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