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