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