public static enum IssuerApplicationData.Format extends java.lang.Enum<IssuerApplicationData.Format>
Enum Constant and Description |
---|
EMV_FORMAT_A |
M_CHIP |
OTHER |
UNKNOWN |
VIS |
Modifier and Type | Method and Description |
---|---|
static IssuerApplicationData.Format |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IssuerApplicationData.Format[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IssuerApplicationData.Format UNKNOWN
public static final IssuerApplicationData.Format OTHER
public static final IssuerApplicationData.Format M_CHIP
public static final IssuerApplicationData.Format EMV_FORMAT_A
public static final IssuerApplicationData.Format VIS
public static IssuerApplicationData.Format[] values()
for (IssuerApplicationData.Format c : IssuerApplicationData.Format.values()) System.out.println(c);
public static IssuerApplicationData.Format 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