Enum Class CommonIsoCardSelector.FileControlInformation
java.lang.Object
java.lang.Enum<CommonIsoCardSelector.FileControlInformation>
org.eclipse.keypop.reader.selection.CommonIsoCardSelector.FileControlInformation
- All Implemented Interfaces:
Serializable
,Comparable<CommonIsoCardSelector.FileControlInformation>
,Constable
- Enclosing interface:
- CommonIsoCardSelector<T extends CommonIsoCardSelector<T>>
public static enum CommonIsoCardSelector.FileControlInformation
extends Enum<CommonIsoCardSelector.FileControlInformation>
Types of templates available in return for the Select Application command, according to the
ISO7816-4 standard.
- Since:
- 2.0.0
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionFile control information.File control parameters.File management data.No response expected. -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
FCI
File control information.- Since:
- 2.0.0
-
FCP
File control parameters.- Since:
- 2.0.0
-
FMD
File management data.- Since:
- 2.0.0
-
NO_RESPONSE
No response expected.- Since:
- 2.0.0
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-