Class RejectProblem.ReturnResultProblem
- java.lang.Object
-
- java.lang.Number
-
- com.opencloud.util.NamedInteger
-
- ReturnResultProblem
-
- All Implemented Interfaces:
DataObject
,Immutable
,Serializable
- Enclosing class:
- RejectProblem
public static final class RejectProblem.ReturnResultProblem extends NamedInteger
Possible ReturnResultProblem values.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field 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
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.opencloud.util.NamedInteger
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString, valueOf
-
-
-
-
Field Detail
-
_unrecognizedInvocation
public static final int _unrecognizedInvocation
- See Also:
- Constant Field Values
-
_resultResponseUnexpected
public static final int _resultResponseUnexpected
- See Also:
- Constant Field Values
-
_mistypedResult
public static final int _mistypedResult
- See Also:
- Constant Field Values
-
unrecognizedInvocation
public static final RejectProblem.ReturnResultProblem unrecognizedInvocation
-
resultResponseUnexpected
public static final RejectProblem.ReturnResultProblem resultResponseUnexpected
-
mistypedResult
public static final RejectProblem.ReturnResultProblem mistypedResult
-
MIN_VALUE
public static final int MIN_VALUE
Minimum value that a ReturnResultProblem instance may take (-2147483648).- See Also:
- Constant Field Values
-
MAX_VALUE
public static final int MAX_VALUE
Maximum value that a ReturnResultProblem instance may take (2147483647).- See Also:
- Constant Field Values
-
-
Method Detail
-
fromValue
public static RejectProblem.ReturnResultProblem fromValue(int value)
Returns a ReturnResultProblem for a particular integer value.- Returns:
- any known instance, or a new object
-
namedValues
public static RejectProblem.ReturnResultProblem[] namedValues()
Returns an array containing all of ReturnResultProblem's named numbers.- Returns:
- a new ReturnResultProblem[]
-
-