public static enum SmppSimulatorParameters.NPI extends Enum<SmppSimulatorParameters.NPI>
| Enum Constant and Description |
|---|
Data |
ERMES |
Internet_IP |
ISDN |
Land_Mobile |
National |
Private |
Telex |
Unknown |
WAP_Client_Id |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
static SmppSimulatorParameters.NPI |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SmppSimulatorParameters.NPI[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SmppSimulatorParameters.NPI Unknown
public static final SmppSimulatorParameters.NPI ISDN
public static final SmppSimulatorParameters.NPI Data
public static final SmppSimulatorParameters.NPI Telex
public static final SmppSimulatorParameters.NPI Land_Mobile
public static final SmppSimulatorParameters.NPI National
public static final SmppSimulatorParameters.NPI Private
public static final SmppSimulatorParameters.NPI ERMES
public static final SmppSimulatorParameters.NPI Internet_IP
public static final SmppSimulatorParameters.NPI WAP_Client_Id
public static SmppSimulatorParameters.NPI[] values()
for (SmppSimulatorParameters.NPI c : SmppSimulatorParameters.NPI.values()) System.out.println(c);
public static SmppSimulatorParameters.NPI 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.