public static enum Data.PassportInfo extends java.lang.Enum<Data.PassportInfo>
PASSPORT_EF_COM
PASSPORT_EF_SOD
PASSPORT_DG_01
PASSPORT_DG_02
PASSPORT_DG_07
PASSPORT_DG_07
PASSPORT_DG_11
PASSPORT_DG_13
Enum Constant and Description |
---|
PASSPORT_DG_01 |
PASSPORT_DG_02 |
PASSPORT_DG_07 |
PASSPORT_DG_11 |
PASSPORT_DG_13 |
PASSPORT_EF_COM |
PASSPORT_EF_SOD |
Modifier and Type | Method and Description |
---|---|
static Data.PassportInfo |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Data.PassportInfo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Data.PassportInfo PASSPORT_EF_COM
public static final Data.PassportInfo PASSPORT_EF_SOD
public static final Data.PassportInfo PASSPORT_DG_01
public static final Data.PassportInfo PASSPORT_DG_02
public static final Data.PassportInfo PASSPORT_DG_07
public static final Data.PassportInfo PASSPORT_DG_11
public static final Data.PassportInfo PASSPORT_DG_13
public static Data.PassportInfo[] values()
for (Data.PassportInfo c : Data.PassportInfo.values()) System.out.println(c);
public static Data.PassportInfo 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