public static enum SmppSimulatorParameters.MessagingMode extends java.lang.Enum<SmppSimulatorParameters.MessagingMode>
| Enum Constant and Description |
|---|
datagramm |
defaultSmscMode |
storeAndForward |
transaction |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
static SmppSimulatorParameters.MessagingMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SmppSimulatorParameters.MessagingMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SmppSimulatorParameters.MessagingMode defaultSmscMode
public static final SmppSimulatorParameters.MessagingMode datagramm
public static final SmppSimulatorParameters.MessagingMode transaction
public static final SmppSimulatorParameters.MessagingMode storeAndForward
public static SmppSimulatorParameters.MessagingMode[] values()
for (SmppSimulatorParameters.MessagingMode c : SmppSimulatorParameters.MessagingMode.values()) System.out.println(c);
public static SmppSimulatorParameters.MessagingMode 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.