Class MAPDefaultGPRS_Handling
- java.lang.Object
-
- java.lang.Number
-
- com.opencloud.util.NamedInteger
-
- MAPDefaultGPRS_Handling
-
- All Implemented Interfaces:
DataObject
,Immutable
,Serializable
public class MAPDefaultGPRS_Handling extends NamedInteger
API for MAP-MS-DataTypes.DefaultGPRS-Handling. Generated from the following ASN.1 type definition.DefaultGPRS-Handling ::= ENUMERATED { continueTransaction(0), releaseTransaction(1), ... }
Added in R99. Exception handling: reception of values in range 2-31 shall be treated as 'continueTransaction'; reception of values greater than 31 shall be treated as 'releaseTransaction'.Used as field type by
MAPGPRS_CamelTDPData
.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_continueTransaction
Integer value of the constant continueTransaction.static int
_releaseTransaction
Integer value of the constant releaseTransaction.static MAPDefaultGPRS_Handling
continueTransaction
Reference to value of the constant continueTransaction.static int
MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.map.MAPDefaultGPRS_Handling instance may take (1).static int
MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPDefaultGPRS_Handling instance may take (0).static MAPDefaultGPRS_Handling
releaseTransaction
Reference to value of the constant releaseTransaction.
-
Constructor Summary
Constructors Modifier Constructor Description protected
MAPDefaultGPRS_Handling(int value)
Constructs an enumeration constant for the given numeric value.protected
MAPDefaultGPRS_Handling(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 MAPDefaultGPRS_Handling
fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.static MAPDefaultGPRS_Handling[]
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
-
_continueTransaction
public static final int _continueTransaction
Integer value of the constant continueTransaction.- See Also:
- Constant Field Values
-
continueTransaction
public static final MAPDefaultGPRS_Handling continueTransaction
Reference to value of the constant continueTransaction.
-
_releaseTransaction
public static final int _releaseTransaction
Integer value of the constant releaseTransaction.- See Also:
- Constant Field Values
-
releaseTransaction
public static final MAPDefaultGPRS_Handling releaseTransaction
Reference to value of the constant releaseTransaction.
-
MIN_VALUE
public static final int MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPDefaultGPRS_Handling 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.MAPDefaultGPRS_Handling instance may take (1).- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MAPDefaultGPRS_Handling
protected MAPDefaultGPRS_Handling(int value, String description)
Constructs an enumeration constant for the given numeric value, noting its name.- Parameters:
value
- numeric valuedescription
- name of number
-
MAPDefaultGPRS_Handling
protected MAPDefaultGPRS_Handling(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 MAPDefaultGPRS_Handling 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 MAPDefaultGPRS_Handling[] namedValues()
Returns an array containing all the enumeration constants referenced by fields.- Returns:
- array of enumeration constants
-
-