public static final class RejectProblem.GeneralProblem extends NamedInteger
Modifier and Type | Field and Description |
---|---|
static int |
_badlyStructuredPDU |
static int |
_mistypedPDU |
static int |
_unrecognizedPDU |
static RejectProblem.GeneralProblem |
badlyStructuredPDU |
static int |
MAX_VALUE
Maximum value that a GeneralProblem instance may take (2147483647).
|
static int |
MIN_VALUE
Minimum value that a GeneralProblem instance may take (-2147483648).
|
static RejectProblem.GeneralProblem |
mistypedPDU |
static RejectProblem.GeneralProblem |
unrecognizedPDU |
Modifier and Type | Method and Description |
---|---|
static RejectProblem.GeneralProblem |
fromValue(int value)
Returns a GeneralProblem for a particular integer value.
|
static RejectProblem.GeneralProblem[] |
namedValues()
Returns an array containing all of GeneralProblem's named numbers.
|
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString
public static final int _unrecognizedPDU
public static final int _mistypedPDU
public static final int _badlyStructuredPDU
public static final RejectProblem.GeneralProblem unrecognizedPDU
public static final RejectProblem.GeneralProblem mistypedPDU
public static final RejectProblem.GeneralProblem badlyStructuredPDU
public static final int MIN_VALUE
public static final int MAX_VALUE
public static RejectProblem.GeneralProblem fromValue(int value)
public static RejectProblem.GeneralProblem[] namedValues()