public enum MinionIR2 extends Enum<MinionIR2>
| Enum Constant and Description |
|---|
AIRWATCH |
CLUSTER_MONITOR |
DOORMAN |
JYTHONCONSOLE |
LOCALBD |
MCM |
METROLOGY |
POWER |
PY4J_SERVER |
RAFT |
REST_SERVER |
TS7 |
TS8_BENCH |
| Modifier and Type | Method and Description |
|---|---|
static MinionIR2 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MinionIR2[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MinionIR2 RAFT
public static final MinionIR2 POWER
public static final MinionIR2 METROLOGY
public static final MinionIR2 TS7
public static final MinionIR2 TS8_BENCH
public static final MinionIR2 DOORMAN
public static final MinionIR2 AIRWATCH
public static final MinionIR2 LOCALBD
public static final MinionIR2 JYTHONCONSOLE
public static final MinionIR2 REST_SERVER
public static final MinionIR2 MCM
public static final MinionIR2 CLUSTER_MONITOR
public static final MinionIR2 PY4J_SERVER
public static MinionIR2[] values()
for (MinionIR2 c : MinionIR2.values()) System.out.println(c);
public static MinionIR2 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.