Uses of Enum Class
org.eclipse.keypop.calypso.card.GetDataTag
Package
Description
Components used in applications to manage Calypso cards.
Calypso card data structures and selection API.
Calypso card transaction API.
-
Uses of GetDataTag in org.eclipse.keypop.calypso.card
Modifier and TypeMethodDescriptionstatic GetDataTag
Returns the enum constant of this class with the specified name.static GetDataTag[]
GetDataTag.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of GetDataTag in org.eclipse.keypop.calypso.card.card
Modifier and TypeMethodDescriptionCalypsoCardSelectionExtension.prepareGetData
(GetDataTag tag) Adds a "Get Data" command to retrieve the data indicated by the provided tag. -
Uses of GetDataTag in org.eclipse.keypop.calypso.card.transaction
Modifier and TypeMethodDescriptionTransactionManager.prepareGetData
(GetDataTag tag) Schedules the execution of one or more "Get Data" command to retrieve the data indicated by the provided data type.