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_errorResponseUnexpectedstatic int_mistypedParameterstatic int_unexpectedErrorstatic int_unrecognizedErrorstatic int_unrecognizedInvocationstatic RejectProblem.ReturnErrorProblemerrorResponseUnexpectedstatic intMAX_VALUEMaximum value that a ReturnErrorProblem instance may take (2147483647).static intMIN_VALUEMinimum value that a ReturnErrorProblem instance may take (-2147483648).static RejectProblem.ReturnErrorProblemmistypedParameterstatic RejectProblem.ReturnErrorProblemunexpectedErrorstatic RejectProblem.ReturnErrorProblemunrecognizedErrorstatic RejectProblem.ReturnErrorProblemunrecognizedInvocation
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RejectProblem.ReturnErrorProblemfromValue(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[]
-
-