public static enum CCID.INS extends Enum<CCID.INS>
| Enum Constant and Description |
|---|
MODIFY_PIN |
VERIFY_PIN |
VERIFY_PUK |
| Modifier and Type | Method and Description |
|---|---|
static CCID.INS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CCID.INS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CCID.INS VERIFY_PIN
public static final CCID.INS MODIFY_PIN
public static final CCID.INS VERIFY_PUK
public static CCID.INS[] values()
for (CCID.INS c : CCID.INS.values()) System.out.println(c);
public static CCID.INS 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 © 2012–2024 e-Contract.be BV. All rights reserved.