public static enum SmppSimulatorParameters.TON extends Enum<SmppSimulatorParameters.TON>
| Enum Constant and Description |
|---|
Abbreviated |
Alfanumeric |
International |
National |
Network_Specific |
Subscriber_Number |
Unknown |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
static SmppSimulatorParameters.TON |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SmppSimulatorParameters.TON[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SmppSimulatorParameters.TON Unknown
public static final SmppSimulatorParameters.TON International
public static final SmppSimulatorParameters.TON National
public static final SmppSimulatorParameters.TON Network_Specific
public static final SmppSimulatorParameters.TON Subscriber_Number
public static final SmppSimulatorParameters.TON Alfanumeric
public static final SmppSimulatorParameters.TON Abbreviated
public static SmppSimulatorParameters.TON[] values()
for (SmppSimulatorParameters.TON c : SmppSimulatorParameters.TON.values()) System.out.println(c);
public static SmppSimulatorParameters.TON 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 nullpublic int getCode()
Copyright © 2016. All Rights Reserved.