public static enum PinGenerationAttributes.Type extends Enum<PinGenerationAttributes.Type>
PinGenerationAttributes.type()| Enum Constant and Description |
|---|
IBM3624_NATURAL_PIN |
IBM3624_PIN_FROM_OFFSET |
IBM3624_PIN_OFFSET |
IBM3624_RANDOM_PIN |
UNKNOWN_TO_SDK_VERSION |
VISA_PIN |
VISA_PIN_VERIFICATION_VALUE |
| Modifier and Type | Method and Description |
|---|---|
static PinGenerationAttributes.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PinGenerationAttributes.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PinGenerationAttributes.Type IBM3624_NATURAL_PIN
public static final PinGenerationAttributes.Type IBM3624_PIN_FROM_OFFSET
public static final PinGenerationAttributes.Type IBM3624_PIN_OFFSET
public static final PinGenerationAttributes.Type IBM3624_RANDOM_PIN
public static final PinGenerationAttributes.Type VISA_PIN
public static final PinGenerationAttributes.Type VISA_PIN_VERIFICATION_VALUE
public static final PinGenerationAttributes.Type UNKNOWN_TO_SDK_VERSION
public static PinGenerationAttributes.Type[] values()
for (PinGenerationAttributes.Type c : PinGenerationAttributes.Type.values()) System.out.println(c);
public static PinGenerationAttributes.Type valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2023. All rights reserved.