Class RejectProblem.ReturnErrorProblem
- java.lang.Object
-
- java.lang.Number
-
- com.opencloud.util.NamedInteger
-
- ReturnErrorProblem
-
- All Implemented Interfaces:
DataObject
,Immutable
,Serializable
- Enclosing class:
- RejectProblem
public static final class RejectProblem.ReturnErrorProblem extends NamedInteger
Possible ReturnErrorProblem values.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_errorResponseUnexpected
static int
_mistypedParameter
static int
_unexpectedError
static int
_unrecognizedError
static int
_unrecognizedInvocation
static RejectProblem.ReturnErrorProblem
errorResponseUnexpected
static int
MAX_VALUE
Maximum value that a ReturnErrorProblem instance may take (2147483647).static int
MIN_VALUE
Minimum value that a ReturnErrorProblem instance may take (-2147483648).static RejectProblem.ReturnErrorProblem
mistypedParameter
static RejectProblem.ReturnErrorProblem
unexpectedError
static RejectProblem.ReturnErrorProblem
unrecognizedError
static RejectProblem.ReturnErrorProblem
unrecognizedInvocation
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RejectProblem.ReturnErrorProblem
fromValue(int value)
Returns a ReturnErrorProblem for a particular integer value.static RejectProblem.ReturnErrorProblem[]
namedValues()
Returns an array containing all of ReturnErrorProblem'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
-
_errorResponseUnexpected
public static final int _errorResponseUnexpected
- See Also:
- Constant Field Values
-
_unrecognizedError
public static final int _unrecognizedError
- See Also:
- Constant Field Values
-
_unexpectedError
public static final int _unexpectedError
- See Also:
- Constant Field Values
-
_mistypedParameter
public static final int _mistypedParameter
- See Also:
- Constant Field Values
-
unrecognizedInvocation
public static final RejectProblem.ReturnErrorProblem unrecognizedInvocation
-
errorResponseUnexpected
public static final RejectProblem.ReturnErrorProblem errorResponseUnexpected
-
unrecognizedError
public static final RejectProblem.ReturnErrorProblem unrecognizedError
-
unexpectedError
public static final RejectProblem.ReturnErrorProblem unexpectedError
-
mistypedParameter
public static final RejectProblem.ReturnErrorProblem mistypedParameter
-
MIN_VALUE
public static final int MIN_VALUE
Minimum value that a ReturnErrorProblem instance may take (-2147483648).- See Also:
- Constant Field Values
-
MAX_VALUE
public static final int MAX_VALUE
Maximum value that a ReturnErrorProblem instance may take (2147483647).- See Also:
- Constant Field Values
-
-
Method Detail
-
fromValue
public static RejectProblem.ReturnErrorProblem fromValue(int value)
Returns a ReturnErrorProblem for a particular integer value.- Returns:
- any known instance, or a new object
-
namedValues
public static RejectProblem.ReturnErrorProblem[] namedValues()
Returns an array containing all of ReturnErrorProblem's named numbers.- Returns:
- a new ReturnErrorProblem[]
-
-