public class MAPCallOutcome extends NamedInteger
CallOutcome ::= ENUMERATED { success(0), failure(1), busy(2), ... }Added in R97. Exception handling: reception of values 3-10 shall be mapped to 'success'; reception of values 11-20 shall be mapped to 'failure'; reception of values > 20 shall be mapped to 'busy'.
Used as field type by MAPCallReportData
.
Modifier and Type | Field and Description |
---|---|
static int |
_busy
Integer value of the constant busy.
|
static int |
_failure
Integer value of the constant failure.
|
static int |
_success
Integer value of the constant success.
|
static MAPCallOutcome |
busy
Reference to value of the constant busy.
|
static MAPCallOutcome |
failure
Reference to value of the constant failure.
|
static int |
MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.map.MAPCallOutcome instance may take (2).
|
static int |
MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPCallOutcome instance may take (0).
|
static MAPCallOutcome |
success
Reference to value of the constant success.
|
Modifier | Constructor and Description |
---|---|
protected |
MAPCallOutcome(int value)
Constructs an enumeration constant for the given numeric value.
|
protected |
MAPCallOutcome(int value,
String description)
Constructs an enumeration constant for the given numeric value, noting its name.
|
Modifier and Type | Method and Description |
---|---|
static MAPCallOutcome |
fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.
|
static MAPCallOutcome[] |
namedValues()
Returns an array containing all the enumeration constants referenced by fields.
|
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString
public static final int _success
public static final MAPCallOutcome success
public static final int _failure
public static final MAPCallOutcome failure
public static final int _busy
public static final MAPCallOutcome busy
public static final int MIN_VALUE
public static final int MAX_VALUE
protected MAPCallOutcome(int value, String description)
value
- numeric valuedescription
- name of numberprotected MAPCallOutcome(int value)
value
- numeric valuepublic static MAPCallOutcome fromValue(int value)
value
- integerpublic static MAPCallOutcome[] namedValues()