public static enum TxSmppServerSbb.IncomingMessageType extends Enum<TxSmppServerSbb.IncomingMessageType>
| Enum Constant and Description |
|---|
data_sm |
deliver_sm |
submit_multi |
submit_sm |
| Modifier and Type | Method and Description |
|---|---|
static TxSmppServerSbb.IncomingMessageType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TxSmppServerSbb.IncomingMessageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TxSmppServerSbb.IncomingMessageType submit_sm
public static final TxSmppServerSbb.IncomingMessageType data_sm
public static final TxSmppServerSbb.IncomingMessageType deliver_sm
public static final TxSmppServerSbb.IncomingMessageType submit_multi
public static TxSmppServerSbb.IncomingMessageType[] values()
for (TxSmppServerSbb.IncomingMessageType c : TxSmppServerSbb.IncomingMessageType.values()) System.out.println(c);
public static TxSmppServerSbb.IncomingMessageType 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 nullCopyright © 2016. All Rights Reserved.