public static enum Maq20.ModuleType extends Enum<Maq20.ModuleType>
| Enum Constant and Description |
|---|
COMM |
DIOH |
DIOL |
ID |
IO |
IS |
JTC |
KTC |
MVD |
RSTC |
RTD |
TTC |
UNKNOWN |
VD |
VO |
VS |
| Modifier and Type | Method and Description |
|---|---|
static Maq20.ModuleType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Maq20.ModuleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Maq20.ModuleType UNKNOWN
public static final Maq20.ModuleType COMM
public static final Maq20.ModuleType JTC
public static final Maq20.ModuleType KTC
public static final Maq20.ModuleType TTC
public static final Maq20.ModuleType RSTC
public static final Maq20.ModuleType RTD
public static final Maq20.ModuleType MVD
public static final Maq20.ModuleType VD
public static final Maq20.ModuleType VS
public static final Maq20.ModuleType ID
public static final Maq20.ModuleType IS
public static final Maq20.ModuleType VO
public static final Maq20.ModuleType IO
public static final Maq20.ModuleType DIOH
public static final Maq20.ModuleType DIOL
public static Maq20.ModuleType[] values()
for (Maq20.ModuleType c : Maq20.ModuleType.values()) System.out.println(c);
public static Maq20.ModuleType 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.