Version
NumberPlan
public enum NumberPlan
Extends Enum<NumberPlan>
This enumeration defines standard numbering plans for addressing in telecommunication systems, used in SMPP for specifying how destination addresses should be interpreted.
Enum Constants:
Constant | Description |
UNKNOWN | Unknown numbering plan. |
E164 | E.164 standard for public telephone numbers (international). |
ISDN | ISDN (Integrated Services Digital Network) numbering plan. |
X121 | X.121 numbering plan used for data networks. |
TELEX | Telex numbering plan. |
LAND_MOBILE | Land mobile numbering plan (typically used for paging). |
NATIONAL | National numbering plan. |
PRIVATE | Private numbering plan (e.g., corporate or internal networks). |
ERMES | ERMES (European Radio Messaging System) numbering plan. |
INTERNET | Internet-style addressing (email, etc.). |
WAP_CLIENT_ID | WAP client ID addressing format. |
Methods:
public static NumberPlan[] values() | Returns an array of all constants in this enum in declaration order. |
public static NumberPlan valueOf(String name) | Returns the enum constant with the given name. |
public static NumberPlan fromInt(int i) | Returns the NumberPlan constant corresponding to the given integer. |
public int getValue() | Returns the integer value assigned to this numbering plan. |
Methods inherited from class java.lang.Enum |
|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf | |
Methods inherited from class java.lang.Object |
|
getClass, notify, notifyAll, wait, wait, wait |
Start innovating with Mobius
What's next? Let's talk!