public class MAPDefaultGPRS_Handling extends NamedInteger
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
.
Modifier and Type | Field and 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.
|
Modifier | Constructor and 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.
|
Modifier and Type | Method and 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.
|
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString
public static final int _continueTransaction
public static final MAPDefaultGPRS_Handling continueTransaction
public static final int _releaseTransaction
public static final MAPDefaultGPRS_Handling releaseTransaction
public static final int MIN_VALUE
public static final int MAX_VALUE
protected MAPDefaultGPRS_Handling(int value, String description)
value
- numeric valuedescription
- name of numberprotected MAPDefaultGPRS_Handling(int value)
value
- numeric valuepublic static MAPDefaultGPRS_Handling fromValue(int value)
value
- integerpublic static MAPDefaultGPRS_Handling[] namedValues()