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