Enum ConnectionTerminationCode
java.lang.Object
java.lang.Enum<ConnectionTerminationCode>
com.blackhillsoftware.smf.smf119.values.ConnectionTerminationCode
- All Implemented Interfaces:
Serializable
,Comparable<ConnectionTerminationCode>
,java.lang.constant.Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionConstant: 0x55 = 85Constant: 0x41 = 65Constant: 0x52 = 82Constant: 0x78 = 120Constant: 0x42 = 66Constant: 0x77 = 119Constant: 0x11 = 17Constant: 0x12 = 18Constant: 0x75 = 117Constant: 0x31 = 49Constant: 0x33 = 51Constant: 0x73 = 115Constant: 0x71 = 113Constant: 0x32 = 50Constant: 0x22 = 34Constant: 0x74 = 116Constant: 0x51 = 81Constant: 0x53 = 83Constant: 0x54 = 84Constant: 0x76 = 118Constant: 0x61 = 97Constant: 0x21 = 33Constant: 0x72 = 114 -
Method Summary
Modifier and TypeMethodDescriptionstatic 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[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
FrcaError
Constant: 0x11 = 17 -
FrcaFin
Constant: 0x12 = 18 -
StkTerm
Constant: 0x21 = 33 -
NoDVipaOwner
Constant: 0x22 = 34 -
IDSTagged
Constant: 0x31 = 49 -
NetaccessDeny
Constant: 0x32 = 50 -
InvAck
Constant: 0x33 = 51 -
Admin
Constant: 0x41 = 65 -
BoundIPDel
Constant: 0x42 = 66 -
NotAccepted
Constant: 0x51 = 81 -
AppClose
Constant: 0x52 = 82 -
PascalClose
Constant: 0x53 = 83 -
PascalDisco
Constant: 0x54 = 84 -
AcceptError
Constant: 0x55 = 85 -
RSTRcvd
Constant: 0x61 = 97 -
MultipleRexmit
Constant: 0x71 = 113 -
ZeroWindow
Constant: 0x72 = 114 -
KeepaliveFail
Constant: 0x73 = 115 -
NoFIN
Constant: 0x74 = 116 -
GlobalStall
Constant: 0x75 = 117 -
QueueSize
Constant: 0x76 = 118 -
Enforcement
Constant: 0x77 = 119 -
Attls
Constant: 0x78 = 120 -
NOT_DEFINED
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
from
Get the ConnectionTerminationCode for an integer value- Parameters:
value
- the integer value- Returns:
- the corresponding ConnectionTerminationCode
-