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