Uses of Class
org.eclipse.keypop.reader.selection.CommonIsoCardSelector.FileOccurrence
-
Packages that use CommonIsoCardSelector.FileOccurrence Package Description org.eclipse.keypop.reader.selection Components used to manage card selection. -
-
Uses of CommonIsoCardSelector.FileOccurrence in org.eclipse.keypop.reader.selection
Methods in org.eclipse.keypop.reader.selection that return CommonIsoCardSelector.FileOccurrence Modifier and Type Method Description static CommonIsoCardSelector.FileOccurrence
CommonIsoCardSelector.FileOccurrence. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CommonIsoCardSelector.FileOccurrence[]
CommonIsoCardSelector.FileOccurrence. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.keypop.reader.selection with parameters of type CommonIsoCardSelector.FileOccurrence Modifier and Type Method Description T
CommonIsoCardSelector. setFileOccurrence(CommonIsoCardSelector.FileOccurrence fileOccurrence)
Sets the file occurrence mode (see ISO7816-4).
-