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