Uses of Enum
com.blackhillsoftware.smf.cics.statistics.values.TqrWaitAction
Packages that use TqrWaitAction
Package
Description
Classes mapping CICS statistics sections
-
Uses of TqrWaitAction in com.blackhillsoftware.smf.cics.statistics
Methods in com.blackhillsoftware.smf.cics.statistics that return TqrWaitActionModifier and TypeMethodDescriptionTransientDataQueueStatistics.tqrwaita()
TQRWAITA as a TqrWaitAction. -
Uses of TqrWaitAction in com.blackhillsoftware.smf.cics.statistics.values
Methods in com.blackhillsoftware.smf.cics.statistics.values that return TqrWaitActionModifier and TypeMethodDescriptionstatic TqrWaitAction
TqrWaitAction.from
(int value) Get the TqrWaitAction for an integer valuestatic TqrWaitAction
Returns the enum constant of this type with the specified name.static TqrWaitAction[]
TqrWaitAction.values()
Returns an array containing the constants of this enum type, in the order they are declared.