|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NumberingPlan | |
|---|---|
| org.mobicents.protocols.ss7.indicator | |
| org.mobicents.protocols.ss7.sccp.parameter | |
| Uses of NumberingPlan in org.mobicents.protocols.ss7.indicator |
|---|
| Methods in org.mobicents.protocols.ss7.indicator that return NumberingPlan | |
|---|---|
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. |
| Uses of NumberingPlan in org.mobicents.protocols.ss7.sccp.parameter |
|---|
| Methods in org.mobicents.protocols.ss7.sccp.parameter that return NumberingPlan | |
|---|---|
NumberingPlan |
GT0011.getNp()
|
NumberingPlan |
GT0100.getNumberingPlan()
|
| Methods in org.mobicents.protocols.ss7.sccp.parameter with parameters of type NumberingPlan | |
|---|---|
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. |
| Constructors in org.mobicents.protocols.ss7.sccp.parameter with parameters of type NumberingPlan | |
|---|---|
GT0011(int tt,
NumberingPlan np,
java.lang.String digits)
|
|
GT0100(int translationType,
NumberingPlan numberingPlan,
NatureOfAddress natureOfAddress,
java.lang.String digits)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||