Uses of Enum Class
org.eclipse.keypop.calypso.crypto.legacysam.GetDataTag
Packages that use GetDataTag
Package
Description
Components used in applications to manage Calypso Legacy SAMs.
Calypso Legacy SAM data structures and selection API.
Calypso Legacy SAM transaction API.
-
Uses of GetDataTag in org.eclipse.keypop.calypso.crypto.legacysam
Methods in org.eclipse.keypop.calypso.crypto.legacysam that return GetDataTagModifier 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.crypto.legacysam.sam
Methods in org.eclipse.keypop.calypso.crypto.legacysam.sam with parameters of type GetDataTagModifier and TypeMethodDescriptionLegacySamSelectionExtension.prepareGetData
(GetDataTag tag) Schedules the execution of a "Get Data" command for the specified tag. -
Uses of GetDataTag in org.eclipse.keypop.calypso.crypto.legacysam.transaction
Methods in org.eclipse.keypop.calypso.crypto.legacysam.transaction with parameters of type GetDataTagModifier and TypeMethodDescriptionFreeTransactionManager.prepareGetData
(GetDataTag tag) Schedules the execution of a "Get Data" command for the specified tag.