public static enum SmppSimulatorParameters.MCDeliveryReceipt extends java.lang.Enum<SmppSimulatorParameters.MCDeliveryReceipt>
| Enum Constant and Description |
|---|
No |
onFailure |
onSuccess |
onSuccessOrFailure |
onSuccessTempOrPermanentFailure |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
static SmppSimulatorParameters.MCDeliveryReceipt |
valueOf(java.lang.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(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()
Copyright © 2017. All Rights Reserved.