Uses of Class
org.calypsonet.terminal.calypso.card.CalypsoCardSelection.FileOccurrence
-
Packages that use CalypsoCardSelection.FileOccurrence Package Description org.calypsonet.terminal.calypso.card Calypso card data structures and selection API. -
-
Uses of CalypsoCardSelection.FileOccurrence in org.calypsonet.terminal.calypso.card
Methods in org.calypsonet.terminal.calypso.card that return CalypsoCardSelection.FileOccurrence Modifier and Type Method Description static CalypsoCardSelection.FileOccurrence
CalypsoCardSelection.FileOccurrence. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CalypsoCardSelection.FileOccurrence[]
CalypsoCardSelection.FileOccurrence. 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.FileOccurrence Modifier and Type Method Description CalypsoCardSelection
CalypsoCardSelection. setFileOccurrence(CalypsoCardSelection.FileOccurrence fileOccurrence)
Sets the file occurrence mode (see ISO7816-4).
-