public enum NumberingPlan extends java.lang.Enum<NumberingPlan>
| Enum Constant and Description |
|---|
data |
ISDN |
land_mobile |
national |
private_plan |
reserved |
spare_2 |
spare_5 |
spare_7 |
telex |
unknown |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndicator() |
static NumberingPlan |
getInstance(int indication) |
static NumberingPlan |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NumberingPlan[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NumberingPlan unknown
public static final NumberingPlan ISDN
public static final NumberingPlan spare_2
public static final NumberingPlan data
public static final NumberingPlan telex
public static final NumberingPlan spare_5
public static final NumberingPlan land_mobile
public static final NumberingPlan spare_7
public static final NumberingPlan national
public static final NumberingPlan private_plan
public static final NumberingPlan reserved
public static NumberingPlan[] values()
for (NumberingPlan c : NumberingPlan.values()) System.out.println(c);
public static NumberingPlan valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullpublic int getIndicator()
public static NumberingPlan getInstance(int indication)
Copyright © 2011. All Rights Reserved.