
public enum MinionIR2Group extends Enum<MinionIR2Group>
| Enum Constant and Description |
|---|
ALIVENESS_TEST |
INFRASTRUCTURE |
IR2_ENVIRONMENT |
METROLOGY |
TEST_STAND_8 |
TS71G |
| Modifier and Type | Method and Description |
|---|---|
static MinionIR2Group |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MinionIR2Group[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MinionIR2Group ALIVENESS_TEST
public static final MinionIR2Group IR2_ENVIRONMENT
public static final MinionIR2Group METROLOGY
public static final MinionIR2Group TEST_STAND_8
public static final MinionIR2Group INFRASTRUCTURE
public static final MinionIR2Group TS71G
public static MinionIR2Group[] values()
for (MinionIR2Group c : MinionIR2Group.values()) System.out.println(c);
public static MinionIR2Group 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 © 2018 LSST. All rights reserved.