public static enum MCM_IR2.MCMCommand extends Enum<MCM_IR2.MCMCommand>
| Enum Constant and Description |
|---|
DUMMY |
| Modifier and Type | Method and Description |
|---|---|
static MCM_IR2.MCMCommand |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MCM_IR2.MCMCommand[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MCM_IR2.MCMCommand DUMMY
public static MCM_IR2.MCMCommand[] values()
for (MCM_IR2.MCMCommand c : MCM_IR2.MCMCommand.values()) System.out.println(c);
public static MCM_IR2.MCMCommand 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.