public enum ThreatExpectedAssessment extends java.lang.Enum<ThreatExpectedAssessment>
Enum Constant and Description |
---|
BLOCK
block
|
UNBLOCK
unblock
|
UNEXPECTED_VALUE
For ThreatExpectedAssessment values that were not expected from the service
|
Modifier and Type | Method and Description |
---|---|
static ThreatExpectedAssessment |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ThreatExpectedAssessment[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ThreatExpectedAssessment BLOCK
public static final ThreatExpectedAssessment UNBLOCK
public static final ThreatExpectedAssessment UNEXPECTED_VALUE
public static ThreatExpectedAssessment[] values()
for (ThreatExpectedAssessment c : ThreatExpectedAssessment.values()) System.out.println(c);
public static ThreatExpectedAssessment 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