public static enum CCID.FEATURE extends Enum<CCID.FEATURE>
Enum Constant and Description |
---|
EID_PIN_PAD_READER |
GET_KEY_PRESSED |
MODIFY_PIN_DIRECT |
MODIFY_PIN_FINISH |
MODIFY_PIN_START |
VERIFY_PIN_DIRECT |
VERIFY_PIN_FINISH |
VERIFY_PIN_START |
Modifier and Type | Method and Description |
---|---|
byte |
getTag() |
static CCID.FEATURE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CCID.FEATURE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CCID.FEATURE VERIFY_PIN_START
public static final CCID.FEATURE VERIFY_PIN_FINISH
public static final CCID.FEATURE VERIFY_PIN_DIRECT
public static final CCID.FEATURE MODIFY_PIN_START
public static final CCID.FEATURE MODIFY_PIN_FINISH
public static final CCID.FEATURE MODIFY_PIN_DIRECT
public static final CCID.FEATURE GET_KEY_PRESSED
public static final CCID.FEATURE EID_PIN_PAD_READER
public static CCID.FEATURE[] values()
for (CCID.FEATURE c : CCID.FEATURE.values()) System.out.println(c);
public static CCID.FEATURE 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 nullpublic byte getTag()
Copyright © 2012–2024 e-Contract.be BV. All rights reserved.