public enum MAPSM_DeliveryOutcome extends Enum<MAPSM_DeliveryOutcome>
SM-DeliveryOutcome ::= ENUMERATED { memoryCapacityExceeded(0), absentSubscriber(1), successfulTransfer(2) }Added in ph2.
Used as field type by MAPReportSM_DeliveryStatusArg
.
Used as field type by MAPReportSM_DeliveryStatusArg
.
Used as field type by MAPReportSM_DeliveryStatusArg
.
Enum Constant and Description |
---|
absentSubscriber |
memoryCapacityExceeded |
successfulTransfer |
Modifier and Type | Method and Description |
---|---|
static MAPSM_DeliveryOutcome |
fromValue(int value)
Returns the enumeration constant for a given ASN.1 encoded value.
|
int |
intValue()
Gets the integer ASN.1 encoded value of this enumeration constant.
|
static MAPSM_DeliveryOutcome |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MAPSM_DeliveryOutcome[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MAPSM_DeliveryOutcome memoryCapacityExceeded
public static final MAPSM_DeliveryOutcome absentSubscriber
public static final MAPSM_DeliveryOutcome successfulTransfer
public static MAPSM_DeliveryOutcome[] values()
for (MAPSM_DeliveryOutcome c : MAPSM_DeliveryOutcome.values()) System.out.println(c);
public static MAPSM_DeliveryOutcome valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static MAPSM_DeliveryOutcome fromValue(int value)
value
- integer ASN.1 encoded valuepublic int intValue()