Uses of Class
org.calypsonet.terminal.calypso.card.CalypsoCardSelection.FileControlInformation
-
Packages that use CalypsoCardSelection.FileControlInformation Package Description org.calypsonet.terminal.calypso.card Calypso card data structures and selection API. -
-
Uses of CalypsoCardSelection.FileControlInformation in org.calypsonet.terminal.calypso.card
Methods in org.calypsonet.terminal.calypso.card that return CalypsoCardSelection.FileControlInformation Modifier and Type Method Description static CalypsoCardSelection.FileControlInformation
CalypsoCardSelection.FileControlInformation. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CalypsoCardSelection.FileControlInformation[]
CalypsoCardSelection.FileControlInformation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.calypsonet.terminal.calypso.card with parameters of type CalypsoCardSelection.FileControlInformation Modifier and Type Method Description CalypsoCardSelection
CalypsoCardSelection. setFileControlInformation(CalypsoCardSelection.FileControlInformation fileControlInformation)
Sets the file control mode (see ISO7816-4).
-