Uses of Enum Class
org.eclipse.keypop.calypso.card.PutDataTag
Packages that use PutDataTag
Package
Description
Components used in applications to manage Calypso cards.
Calypso card transaction API.
-
Uses of PutDataTag in org.eclipse.keypop.calypso.card
Methods in org.eclipse.keypop.calypso.card that return PutDataTagModifier and TypeMethodDescriptionstatic PutDataTag
Returns the enum constant of this class with the specified name.static PutDataTag[]
PutDataTag.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PutDataTag in org.eclipse.keypop.calypso.card.transaction
Methods in org.eclipse.keypop.calypso.card.transaction with parameters of type PutDataTagModifier and TypeMethodDescriptionTransactionManager.preparePutData
(PutDataTag tag, byte[] data) Schedules the execution of one or more "Put Data" command to inject the provided data associated with the provided data type.