Uses of Enum
com.blackhillsoftware.smf.smf119.values.RecordReason
Packages that use RecordReason
-
Uses of RecordReason in com.blackhillsoftware.smf.smf119
Methods in com.blackhillsoftware.smf.smf119 that return RecordReasonModifier and TypeMethodDescriptionIdentificationSection.smf119tiReason()
SMF119TI_Reason as a RecordReason. -
Uses of RecordReason in com.blackhillsoftware.smf.smf119.values
Methods in com.blackhillsoftware.smf.smf119.values that return RecordReasonModifier and TypeMethodDescriptionstatic RecordReason
RecordReason.from
(int value) Get the RecordReason for an integer valuestatic RecordReason
Returns the enum constant of this type with the specified name.static RecordReason[]
RecordReason.values()
Returns an array containing the constants of this enum type, in the order they are declared.