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