public class MAPSM_DeliveryNotIntended extends NamedInteger
SM-DeliveryNotIntended ::=
ENUMERATED {
onlyIMSI-requested(0),
onlyMCC-MNC-requested(1),
...
}
Added in release 8.
Used as field type by MAPRoutingInfoForSM_Arg.
| Modifier and Type | Field and Description |
|---|---|
static int |
_onlyIMSI_requested
Integer value of the constant onlyIMSI_requested.
|
static int |
_onlyMCC_MNC_requested
Integer value of the constant onlyMCC_MNC_requested.
|
static int |
MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.map.MAPSM_DeliveryNotIntended instance may take (1).
|
static int |
MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPSM_DeliveryNotIntended instance may take (0).
|
static MAPSM_DeliveryNotIntended |
onlyIMSI_requested
Reference to value of the constant onlyIMSI_requested.
|
static MAPSM_DeliveryNotIntended |
onlyMCC_MNC_requested
Reference to value of the constant onlyMCC_MNC_requested.
|
| Modifier | Constructor and Description |
|---|---|
protected |
MAPSM_DeliveryNotIntended(int value)
Constructs an enumeration constant for the given numeric value.
|
protected |
MAPSM_DeliveryNotIntended(int value,
String description)
Constructs an enumeration constant for the given numeric value, noting its name.
|
| Modifier and Type | Method and Description |
|---|---|
static MAPSM_DeliveryNotIntended |
fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.
|
static MAPSM_DeliveryNotIntended[] |
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 _onlyIMSI_requested
public static final MAPSM_DeliveryNotIntended onlyIMSI_requested
public static final int _onlyMCC_MNC_requested
public static final MAPSM_DeliveryNotIntended onlyMCC_MNC_requested
public static final int MIN_VALUE
public static final int MAX_VALUE
protected MAPSM_DeliveryNotIntended(int value,
String description)
value - numeric valuedescription - name of numberprotected MAPSM_DeliveryNotIntended(int value)
value - numeric valuepublic static MAPSM_DeliveryNotIntended fromValue(int value)
value - integerpublic static MAPSM_DeliveryNotIntended[] namedValues()