Class MAPRUF_Outcome
- java.lang.Object
-
- java.lang.Number
-
- com.opencloud.util.NamedInteger
-
- MAPRUF_Outcome
-
- All Implemented Interfaces:
DataObject
,Immutable
,Serializable
public class MAPRUF_Outcome extends NamedInteger
API for MAP-CH-DataTypes.RUF-Outcome. Generated from the following ASN.1 type definition.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
.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field 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.
-
Constructor Summary
Constructors Modifier Constructor 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.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.opencloud.util.NamedInteger
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString, valueOf
-
-
-
-
Field Detail
-
_accepted
public static final int _accepted
Integer value of the constant accepted.- See Also:
- Constant Field Values
-
accepted
public static final MAPRUF_Outcome accepted
Reference to value of the constant accepted.
-
_rejected
public static final int _rejected
Integer value of the constant rejected.- See Also:
- Constant Field Values
-
rejected
public static final MAPRUF_Outcome rejected
Reference to value of the constant rejected.
-
_noResponseFromFreeMS
public static final int _noResponseFromFreeMS
Integer value of the constant noResponseFromFreeMS.- See Also:
- Constant Field Values
-
noResponseFromFreeMS
public static final MAPRUF_Outcome noResponseFromFreeMS
Reference to value of the constant noResponseFromFreeMS.
-
_noResponseFromBusyMS
public static final int _noResponseFromBusyMS
Integer value of the constant noResponseFromBusyMS.- See Also:
- Constant Field Values
-
noResponseFromBusyMS
public static final MAPRUF_Outcome noResponseFromBusyMS
Reference to value of the constant noResponseFromBusyMS.
-
_udubFromFreeMS
public static final int _udubFromFreeMS
Integer value of the constant udubFromFreeMS.- See Also:
- Constant Field Values
-
udubFromFreeMS
public static final MAPRUF_Outcome udubFromFreeMS
Reference to value of the constant udubFromFreeMS.
-
_udubFromBusyMS
public static final int _udubFromBusyMS
Integer value of the constant udubFromBusyMS.- See Also:
- Constant Field Values
-
udubFromBusyMS
public static final MAPRUF_Outcome udubFromBusyMS
Reference to value of the constant udubFromBusyMS.
-
MIN_VALUE
public static final int MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPRUF_Outcome instance may take (0).- See Also:
- Constant Field Values
-
MAX_VALUE
public static final int MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.map.MAPRUF_Outcome instance may take (5).- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MAPRUF_Outcome
protected MAPRUF_Outcome(int value, String description)
Constructs an enumeration constant for the given numeric value, noting its name.- Parameters:
value
- numeric valuedescription
- name of number
-
MAPRUF_Outcome
protected MAPRUF_Outcome(int value)
Constructs an enumeration constant for the given numeric value. Suitable for use as decode method.- Parameters:
value
- numeric value
-
-
Method Detail
-
fromValue
public static MAPRUF_Outcome fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.- Parameters:
value
- integer- Returns:
- one of the fields if suitable, else a newly constructed object
-
namedValues
public static MAPRUF_Outcome[] namedValues()
Returns an array containing all the enumeration constants referenced by fields.- Returns:
- array of enumeration constants
-
-