| Enum Constant and Description |
|---|
HIDDEN
hidden
|
HIGH
high
|
LOW
low
|
MEDIUM
medium
|
NONE
none
|
UNEXPECTED_VALUE
For RiskLevel values that were not expected from the service
|
UNKNOWN_FUTURE_VALUE
unknown Future Value
|
| Modifier and Type | Method and Description |
|---|---|
static RiskLevel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RiskLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RiskLevel LOW
public static final RiskLevel MEDIUM
public static final RiskLevel HIGH
public static final RiskLevel HIDDEN
public static final RiskLevel NONE
public static final RiskLevel UNKNOWN_FUTURE_VALUE
public static final RiskLevel UNEXPECTED_VALUE
public static RiskLevel[] values()
for (RiskLevel c : RiskLevel.values()) System.out.println(c);
public static RiskLevel valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null