| Enum Constant and Description |
|---|
MRPIN_AMTS |
MRPIN_DPE |
MRPIN_DPE_READ |
MRPIN_GDD |
MRPIN_NFD |
MRPIN_NFD_READ |
MRPIN_OSE |
PIN_CH |
| Modifier and Type | Method and Description |
|---|---|
static PinType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PinType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PinType PIN_CH
public static final PinType MRPIN_NFD
public static final PinType MRPIN_DPE
public static final PinType MRPIN_GDD
public static final PinType MRPIN_OSE
public static final PinType MRPIN_AMTS
public static final PinType MRPIN_NFD_READ
public static final PinType MRPIN_DPE_READ
public static PinType[] values()
for (PinType c : PinType.values()) System.out.println(c);
public static PinType 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