public static enum MAPSM_DeliveryFailureCause.Choice extends Enum<MAPSM_DeliveryFailureCause.Choice>
Enum Constant and Description |
---|
SM_DELIVERYFAILURECAUSEWITHDIAGNOSTIC |
SM_ENUMERATEDDELIVERYFAILURECAUSE |
Modifier and Type | Method and Description |
---|---|
static MAPSM_DeliveryFailureCause.Choice |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MAPSM_DeliveryFailureCause.Choice[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MAPSM_DeliveryFailureCause.Choice SM_DELIVERYFAILURECAUSEWITHDIAGNOSTIC
public static final MAPSM_DeliveryFailureCause.Choice SM_ENUMERATEDDELIVERYFAILURECAUSE
public static MAPSM_DeliveryFailureCause.Choice[] values()
for (MAPSM_DeliveryFailureCause.Choice c : MAPSM_DeliveryFailureCause.Choice.values()) System.out.println(c);
public static MAPSM_DeliveryFailureCause.Choice 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 null