| Enum Constant and Description |
|---|
CORRECTED |
INSTANT |
INVALID |
UNKNOWN
Catch-all constant for unrecognized response contents
|
UNRECOGNIZED |
VALID |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isManualVerificationRequired()
Is manual verification of response desirable?
|
static QcEmail |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static QcEmail[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QcEmail VALID
public static final QcEmail INVALID
public static final QcEmail UNRECOGNIZED
public static final QcEmail INSTANT
public static final QcEmail CORRECTED
public static final QcEmail UNKNOWN
public static QcEmail[] values()
for (QcEmail c : QcEmail.values()) System.out.println(c);
public static QcEmail 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 nullpublic boolean isManualVerificationRequired()
true if manual verification should be done, false otherwise