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