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