Uses of Enum
com.blackhillsoftware.smf.cics.statistics.values.IpFamily
Packages that use IpFamily
Package
Description
Classes mapping CICS statistics sections
-
Uses of IpFamily in com.blackhillsoftware.smf.cics.statistics
Methods in com.blackhillsoftware.smf.cics.statistics that return IpFamilyModifier and TypeMethodDescriptionCorbaserverStatistics.ejrIpFamily()
EJR_IP_FAMILY as a IpFamily.IpconnStatistics.isrIpconnIpFamily()
ISR_IPCONN_IP_FAMILY as a IpFamily.SocketsServiceStatistics.sorIpFamily()
SOR_IP_FAMILY as a IpFamily.WebUrimapResourceStatistics.wbrUrimapIpFamily()
WBR_URIMAP_IP_FAMILY as a IpFamily. -
Uses of IpFamily in com.blackhillsoftware.smf.cics.statistics.values
Methods in com.blackhillsoftware.smf.cics.statistics.values that return IpFamilyModifier and TypeMethodDescriptionstatic IpFamily
IpFamily.from
(int value) Get the EjrIpFamily for an integer valuestatic IpFamily
Returns the enum constant of this type with the specified name.static IpFamily[]
IpFamily.values()
Returns an array containing the constants of this enum type, in the order they are declared.