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