Uses of Class
org.calypsonet.terminal.calypso.transaction.SvOperation
-
Packages that use SvOperation Package Description org.calypsonet.terminal.calypso.transaction Calypso card transaction API. -
-
Uses of SvOperation in org.calypsonet.terminal.calypso.transaction
Methods in org.calypsonet.terminal.calypso.transaction that return SvOperation Modifier and Type Method Description static SvOperation
SvOperation. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SvOperation[]
SvOperation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.calypsonet.terminal.calypso.transaction with parameters of type SvOperation Modifier and Type Method Description CardTransactionManager
CardTransactionManager. prepareSvGet(SvOperation svOperation, SvAction svAction)
Schedules the execution of a SV Get command to prepare an SV operation or simply retrieves the current SV status.
-