public static enum AlertRaisedEvent.CurrentSeverity extends Enum<AlertRaisedEvent.CurrentSeverity> implements SALEnum
| Modifier and Type | Method and Description |
|---|---|
static AlertRaisedEvent.CurrentSeverity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlertRaisedEvent.CurrentSeverity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfgetEnum, getSALValuepublic static final AlertRaisedEvent.CurrentSeverity NOMINAL
public static final AlertRaisedEvent.CurrentSeverity WARNING
public static final AlertRaisedEvent.CurrentSeverity ALARM
public static AlertRaisedEvent.CurrentSeverity[] values()
for (AlertRaisedEvent.CurrentSeverity c : AlertRaisedEvent.CurrentSeverity.values()) System.out.println(c);
public static AlertRaisedEvent.CurrentSeverity 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. All rights reserved.