Uses of Enum
com.blackhillsoftware.smf.values.CapacityChangeReason
Packages that use CapacityChangeReason
Package
Description
Mapping for SMF type 89 (Usage Data) record - for usage details see
Smf89Record
.-
Uses of CapacityChangeReason in com.blackhillsoftware.smf.smf89
Methods in com.blackhillsoftware.smf.smf89 that return CapacityChangeReasonModifier and TypeMethodDescriptionSystemIdSection.smf89CapacityChangeRsn()
SMF89_Capacity_Change_Rsn value. -
Uses of CapacityChangeReason in com.blackhillsoftware.smf.values
Methods in com.blackhillsoftware.smf.values that return CapacityChangeReasonModifier and TypeMethodDescriptionstatic CapacityChangeReason
CapacityChangeReason.from
(int value) Get the CapacityChangeReason for an integer valuestatic CapacityChangeReason
Returns the enum constant of this type with the specified name.static CapacityChangeReason[]
CapacityChangeReason.values()
Returns an array containing the constants of this enum type, in the order they are declared.