public enum QcBirthDate extends java.lang.Enum<QcBirthDate>
| 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 QcBirthDate |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static QcBirthDate[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QcBirthDate FULL
public static final QcBirthDate PARTIAL
public static final QcBirthDate UNRECOGNIZED
public static final QcBirthDate UNKNOWN
public static QcBirthDate[] values()
for (QcBirthDate c : QcBirthDate.values()) System.out.println(c);
public static QcBirthDate 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