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