public enum QcPassport extends java.lang.Enum<QcPassport>
| Enum Constant and Description |
|---|
BAD_FORMAT |
EMPTY |
UNKNOWN
Catch-all constant for unrecognized response contents
|
VALID |
VOID |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isManualVerificationRequired()
Is manual verification of response desirable?
|
static QcPassport |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static QcPassport[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QcPassport VALID
public static final QcPassport BAD_FORMAT
public static final QcPassport EMPTY
public static final QcPassport VOID
public static final QcPassport UNKNOWN
public static QcPassport[] values()
for (QcPassport c : QcPassport.values()) System.out.println(c);
public static QcPassport 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