public class MAPDefaultSMS_Handling extends NamedInteger
DefaultSMS-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 MAPSMS_CAMEL_TDP_Data.
| 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 MAPDefaultSMS_Handling |
continueTransaction
Reference to value of the constant continueTransaction.
|
static int |
MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.map.MAPDefaultSMS_Handling instance may take (1).
|
static int |
MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPDefaultSMS_Handling instance may take (0).
|
static MAPDefaultSMS_Handling |
releaseTransaction
Reference to value of the constant releaseTransaction.
|
| Modifier | Constructor and Description |
|---|---|
protected |
MAPDefaultSMS_Handling(int value)
Constructs an enumeration constant for the given numeric value.
|
protected |
MAPDefaultSMS_Handling(int value,
String description)
Constructs an enumeration constant for the given numeric value, noting its name.
|
| Modifier and Type | Method and Description |
|---|---|
static MAPDefaultSMS_Handling |
fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.
|
static MAPDefaultSMS_Handling[] |
namedValues()
Returns an array containing all the enumeration constants referenced by fields.
|
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toStringpublic static final int _continueTransaction
public static final MAPDefaultSMS_Handling continueTransaction
public static final int _releaseTransaction
public static final MAPDefaultSMS_Handling releaseTransaction
public static final int MIN_VALUE
public static final int MAX_VALUE
protected MAPDefaultSMS_Handling(int value,
String description)
value - numeric valuedescription - name of numberprotected MAPDefaultSMS_Handling(int value)
value - numeric valuepublic static MAPDefaultSMS_Handling fromValue(int value)
value - integerpublic static MAPDefaultSMS_Handling[] namedValues()