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 ConnectionTerminationCodeConnectionTerminationCode.from(int value) Get the ConnectionTerminationCode for an integer valuestatic ConnectionTerminationCodeReturns 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.