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