Alert.Confidence. Use of reliability has been deprecated in
favour of using confidence.@Deprecated public static enum Alert.Reliability extends java.lang.Enum<Alert.Reliability>
| Enum Constant and Description |
|---|
Suspicious
Deprecated.
|
Warning
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static Alert.Reliability |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static Alert.Reliability[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Alert.Reliability Suspicious
public static final Alert.Reliability Warning
public static Alert.Reliability[] values()
for (Alert.Reliability c : Alert.Reliability.values()) System.out.println(c);
public static Alert.Reliability 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