public enum SMEnumeratedDeliveryFailureCause extends java.lang.Enum<SMEnumeratedDeliveryFailureCause>
| Enum Constant and Description |
|---|
equipmentNotSMEquipped |
equipmentProtocolError |
invalidSMEAddress |
memoryCapacityExceeded |
scCongestion |
subscriberNotSCSubscriber |
unknownServiceCentre |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
static SMEnumeratedDeliveryFailureCause |
getInstance(int code) |
static SMEnumeratedDeliveryFailureCause |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SMEnumeratedDeliveryFailureCause[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SMEnumeratedDeliveryFailureCause memoryCapacityExceeded
public static final SMEnumeratedDeliveryFailureCause equipmentProtocolError
public static final SMEnumeratedDeliveryFailureCause equipmentNotSMEquipped
public static final SMEnumeratedDeliveryFailureCause unknownServiceCentre
public static final SMEnumeratedDeliveryFailureCause scCongestion
public static final SMEnumeratedDeliveryFailureCause invalidSMEAddress
public static final SMEnumeratedDeliveryFailureCause subscriberNotSCSubscriber
public static SMEnumeratedDeliveryFailureCause[] values()
for (SMEnumeratedDeliveryFailureCause c : SMEnumeratedDeliveryFailureCause.values()) System.out.println(c);
public static SMEnumeratedDeliveryFailureCause valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullpublic int getCode()
public static SMEnumeratedDeliveryFailureCause getInstance(int code)
Copyright © 2012. All Rights Reserved.