public enum MAPSM_EnumeratedDeliveryFailureCause extends Enum<MAPSM_EnumeratedDeliveryFailureCause>
SM-EnumeratedDeliveryFailureCause ::= ENUMERATED { memoryCapacityExceeded(0), equipmentProtocolError(1), -- Renamed from msProtocolError between ph1 and ph2. equipmentNotSM-Equipped(2), -- Renamed from msNotEquiped between ph1 and ph2. unknownServiceCentre(3), sc-Congestion(4), -- Renamed from scCongestion between ph1 and ph2. invalidSME-Address(5), -- Renamed from invalidSmeAddress between ph1 and ph2. subscriberNotSC-Subscriber(6) -- Renamed from msNotScSubscriber between ph1 and ph2. }Present in ph1 (anonymous before ph2).
Used as field type by MAPSM_DeliveryFailureCauseWithDiagnostic
.
Used as field type by MAPSM_DeliveryFailureCause
.
Enum Constant and Description |
---|
equipmentNotSM_Equipped |
equipmentProtocolError |
invalidSME_Address |
memoryCapacityExceeded |
sc_Congestion |
subscriberNotSC_Subscriber |
unknownServiceCentre |
Modifier and Type | Method and Description |
---|---|
static MAPSM_EnumeratedDeliveryFailureCause |
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_EnumeratedDeliveryFailureCause |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MAPSM_EnumeratedDeliveryFailureCause[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MAPSM_EnumeratedDeliveryFailureCause memoryCapacityExceeded
public static final MAPSM_EnumeratedDeliveryFailureCause equipmentProtocolError
public static final MAPSM_EnumeratedDeliveryFailureCause equipmentNotSM_Equipped
public static final MAPSM_EnumeratedDeliveryFailureCause unknownServiceCentre
public static final MAPSM_EnumeratedDeliveryFailureCause sc_Congestion
public static final MAPSM_EnumeratedDeliveryFailureCause invalidSME_Address
public static final MAPSM_EnumeratedDeliveryFailureCause subscriberNotSC_Subscriber
public static MAPSM_EnumeratedDeliveryFailureCause[] values()
for (MAPSM_EnumeratedDeliveryFailureCause c : MAPSM_EnumeratedDeliveryFailureCause.values()) System.out.println(c);
public static MAPSM_EnumeratedDeliveryFailureCause 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_EnumeratedDeliveryFailureCause fromValue(int value)
value
- integer ASN.1 encoded valuepublic int intValue()