| Package | Description |
|---|---|
| org.mobicents.protocols.ss7.indicator | |
| org.mobicents.protocols.ss7.sccp.parameter |
| Modifier and Type | Method and Description |
|---|---|
static NumberingPlan |
NumberingPlan.valueOf(int v) |
static NumberingPlan |
NumberingPlan.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NumberingPlan[] |
NumberingPlan.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
NumberingPlan |
GT0011.getNp() |
NumberingPlan |
GT0100.getNumberingPlan() |
| Modifier and Type | Method and Description |
|---|---|
static GlobalTitle |
GlobalTitle.getInstance(int tt,
NumberingPlan np,
NatureOfAddress noa,
java.lang.String digits)
Global title contains translation type, numbering plan, encoding scheme
and nature of address indicator.
|
static GlobalTitle |
GlobalTitle.getInstance(int tt,
NumberingPlan np,
java.lang.String digits)
Global title contains translation type, numbering plan and encoding
scheme.
|
| Constructor and Description |
|---|
GT0011(int tt,
NumberingPlan np,
java.lang.String digits) |
GT0100(int translationType,
NumberingPlan numberingPlan,
NatureOfAddress natureOfAddress,
java.lang.String digits) |
Copyright © 2012. All Rights Reserved.