public static enum SmppSimulatorParameters.SendingMessageType extends java.lang.Enum<SmppSimulatorParameters.SendingMessageType>
| Enum Constant and Description |
|---|
DataSm |
DeliverSm |
SubmitMulti |
SubmitSm |
| Modifier and Type | Method and Description |
|---|---|
static SmppSimulatorParameters.SendingMessageType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SmppSimulatorParameters.SendingMessageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SmppSimulatorParameters.SendingMessageType SubmitSm
public static final SmppSimulatorParameters.SendingMessageType DataSm
public static final SmppSimulatorParameters.SendingMessageType DeliverSm
public static final SmppSimulatorParameters.SendingMessageType SubmitMulti
public static SmppSimulatorParameters.SendingMessageType[] values()
for (SmppSimulatorParameters.SendingMessageType c : SmppSimulatorParameters.SendingMessageType.values()) System.out.println(c);
public static SmppSimulatorParameters.SendingMessageType 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 nullCopyright © 2017. All Rights Reserved.