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