public final class Severity extends ExpandableStringEnum<Severity>
Modifier and Type | Field and Description |
---|---|
static Severity |
ERROR
Static value Error for Severity.
|
static Severity |
WARNING
Static value Warning for Severity.
|
Constructor and Description |
---|
Severity() |
Modifier and Type | Method and Description |
---|---|
static Severity |
fromString(String name)
Creates or finds a Severity from its string representation.
|
static Collection<Severity> |
values() |
equals, fromString, hashCode, toString, values, withNameValue
public static final Severity ERROR
public static final Severity WARNING
public static Severity fromString(String name)
name
- a name to look forpublic static Collection<Severity> values()
Copyright © 2019. All rights reserved.