public class MAPRUF_Outcome extends NamedInteger
RUF-Outcome ::= ENUMERATED { accepted(0), rejected(1), noResponseFromFreeMS(2), -- T4 Expiry noResponseFromBusyMS(3), -- T10 Expiry udubFromFreeMS(4), udubFromBusyMS(5), ... }Added in R97. Exception handling: reception of values 6-20 shall be mapped to 'accepted'; reception of values 21-30 shall be mapped to 'rejected'; reception of values 31-40 shall be mapped to 'noResponseFromFreeMS'; reception of values 41-50 shall be mapped to 'noResponseFromBusyMS'; reception of values 51-60 shall be mapped to 'udubFromFreeMS'; reception of values > 60 shall be mapped to 'udubFromBusyMS'.
Used as field type by MAPRemoteUserFreeRes
.
Modifier and Type | Field and Description |
---|---|
static int |
_accepted
Integer value of the constant accepted.
|
static int |
_noResponseFromBusyMS
Integer value of the constant noResponseFromBusyMS.
|
static int |
_noResponseFromFreeMS
Integer value of the constant noResponseFromFreeMS.
|
static int |
_rejected
Integer value of the constant rejected.
|
static int |
_udubFromBusyMS
Integer value of the constant udubFromBusyMS.
|
static int |
_udubFromFreeMS
Integer value of the constant udubFromFreeMS.
|
static MAPRUF_Outcome |
accepted
Reference to value of the constant accepted.
|
static int |
MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.map.MAPRUF_Outcome instance may take (5).
|
static int |
MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPRUF_Outcome instance may take (0).
|
static MAPRUF_Outcome |
noResponseFromBusyMS
Reference to value of the constant noResponseFromBusyMS.
|
static MAPRUF_Outcome |
noResponseFromFreeMS
Reference to value of the constant noResponseFromFreeMS.
|
static MAPRUF_Outcome |
rejected
Reference to value of the constant rejected.
|
static MAPRUF_Outcome |
udubFromBusyMS
Reference to value of the constant udubFromBusyMS.
|
static MAPRUF_Outcome |
udubFromFreeMS
Reference to value of the constant udubFromFreeMS.
|
Modifier | Constructor and Description |
---|---|
protected |
MAPRUF_Outcome(int value)
Constructs an enumeration constant for the given numeric value.
|
protected |
MAPRUF_Outcome(int value,
String description)
Constructs an enumeration constant for the given numeric value, noting its name.
|
Modifier and Type | Method and Description |
---|---|
static MAPRUF_Outcome |
fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.
|
static MAPRUF_Outcome[] |
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 _accepted
public static final MAPRUF_Outcome accepted
public static final int _rejected
public static final MAPRUF_Outcome rejected
public static final int _noResponseFromFreeMS
public static final MAPRUF_Outcome noResponseFromFreeMS
public static final int _noResponseFromBusyMS
public static final MAPRUF_Outcome noResponseFromBusyMS
public static final int _udubFromFreeMS
public static final MAPRUF_Outcome udubFromFreeMS
public static final int _udubFromBusyMS
public static final MAPRUF_Outcome udubFromBusyMS
public static final int MIN_VALUE
public static final int MAX_VALUE
protected MAPRUF_Outcome(int value, String description)
value
- numeric valuedescription
- name of numberprotected MAPRUF_Outcome(int value)
value
- numeric valuepublic static MAPRUF_Outcome fromValue(int value)
value
- integerpublic static MAPRUF_Outcome[] namedValues()