Uses of Class
org.calypsonet.terminal.card.spi.CardSelectorSpi.FileControlInformation
-
Packages that use CardSelectorSpi.FileControlInformation Package Description org.calypsonet.terminal.card.spi SPIs to be implemented by a card extension module. -
-
Uses of CardSelectorSpi.FileControlInformation in org.calypsonet.terminal.card.spi
Methods in org.calypsonet.terminal.card.spi that return CardSelectorSpi.FileControlInformation Modifier and Type Method Description CardSelectorSpi.FileControlInformation
CardSelectorSpi. getFileControlInformation()
Gets theCardSelectorSpi.FileControlInformation
parameter defining the output type of the select command.static CardSelectorSpi.FileControlInformation
CardSelectorSpi.FileControlInformation. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CardSelectorSpi.FileControlInformation[]
CardSelectorSpi.FileControlInformation. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-