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