public final class AlertSeverity extends ExpandableStringEnum<AlertSeverity>
Modifier and Type | Field and Description |
---|---|
static AlertSeverity |
FOUR
Static value 4 for AlertSeverity.
|
static AlertSeverity |
ONE
Static value 1 for AlertSeverity.
|
static AlertSeverity |
THREE
Static value 3 for AlertSeverity.
|
static AlertSeverity |
TWO
Static value 2 for AlertSeverity.
|
static AlertSeverity |
ZERO
Static value 0 for AlertSeverity.
|
Constructor and Description |
---|
AlertSeverity() |
Modifier and Type | Method and Description |
---|---|
static AlertSeverity |
fromString(String name)
Creates or finds a AlertSeverity from its string representation.
|
static Collection<AlertSeverity> |
values() |
equals, fromString, hashCode, toString, values, withNameValue
public static final AlertSeverity ZERO
public static final AlertSeverity ONE
public static final AlertSeverity TWO
public static final AlertSeverity THREE
public static final AlertSeverity FOUR
public static AlertSeverity fromString(String name)
name
- a name to look forpublic static Collection<AlertSeverity> values()
Copyright © 2019. All rights reserved.