public static enum SmppSimulatorParameters.MCDeliveryReceipt extends Enum<SmppSimulatorParameters.MCDeliveryReceipt>
| Enum Constant and Description |
|---|
No |
onFailure |
onSuccess |
onSuccessOrFailure |
onSuccessTempOrPermanentFailure |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
static SmppSimulatorParameters.MCDeliveryReceipt |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SmppSimulatorParameters.MCDeliveryReceipt[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SmppSimulatorParameters.MCDeliveryReceipt No
public static final SmppSimulatorParameters.MCDeliveryReceipt onSuccessOrFailure
public static final SmppSimulatorParameters.MCDeliveryReceipt onFailure
public static final SmppSimulatorParameters.MCDeliveryReceipt onSuccess
public static final SmppSimulatorParameters.MCDeliveryReceipt onSuccessTempOrPermanentFailure
public static SmppSimulatorParameters.MCDeliveryReceipt[] values()
for (SmppSimulatorParameters.MCDeliveryReceipt c : SmppSimulatorParameters.MCDeliveryReceipt.values()) System.out.println(c);
public static SmppSimulatorParameters.MCDeliveryReceipt 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 int getCode()
Copyright © 2016. All Rights Reserved.