Uses of Class
org.calypsonet.terminal.calypso.SelectFileControl
-
Packages that use SelectFileControl Package Description org.calypsonet.terminal.calypso Components used in applications to manage Calypso cards.org.calypsonet.terminal.calypso.card Calypso card data structures and selection API.org.calypsonet.terminal.calypso.transaction Calypso card transaction API. -
-
Uses of SelectFileControl in org.calypsonet.terminal.calypso
Methods in org.calypsonet.terminal.calypso that return SelectFileControl Modifier and Type Method Description static SelectFileControl
SelectFileControl. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SelectFileControl[]
SelectFileControl. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SelectFileControl in org.calypsonet.terminal.calypso.card
Methods in org.calypsonet.terminal.calypso.card with parameters of type SelectFileControl Modifier and Type Method Description CalypsoCardSelection
CalypsoCardSelection. prepareSelectFile(SelectFileControl selectControl)
Adds a command APDU to select file according to the providedSelectFileControl
enum entry indicating the navigation case: FIRST, NEXT or CURRENT. -
Uses of SelectFileControl in org.calypsonet.terminal.calypso.transaction
Methods in org.calypsonet.terminal.calypso.transaction with parameters of type SelectFileControl Modifier and Type Method Description CardTransactionManager
CardTransactionManager. prepareSelectFile(SelectFileControl selectFileControl)
Schedules the execution of a Select File command using a navigation selectFileControl defined by the ISO standard.
-