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