public static enum MSESetAT.PACE_PASSWORD extends java.lang.Enum<MSESetAT.PACE_PASSWORD>
Modifier and Type | Field and Description |
---|---|
(package private) int |
_value |
Modifier and Type | Method and Description |
---|---|
static MSESetAT.PACE_PASSWORD |
getPasswordReference(int value) |
static MSESetAT.PACE_PASSWORD |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MSESetAT.PACE_PASSWORD[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MSESetAT.PACE_PASSWORD MRZ
public static final MSESetAT.PACE_PASSWORD CAN
public static final MSESetAT.PACE_PASSWORD PIN
public static final MSESetAT.PACE_PASSWORD PUK
public static MSESetAT.PACE_PASSWORD[] values()
for (MSESetAT.PACE_PASSWORD c : MSESetAT.PACE_PASSWORD.values()) System.out.println(c);
public static MSESetAT.PACE_PASSWORD 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 static MSESetAT.PACE_PASSWORD getPasswordReference(int value)