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