| Package | Description |
|---|---|
| org.mobicents.protocols.ss7.indicator | |
| org.mobicents.protocols.ss7.sccp.parameter |
| Modifier and Type | Method and Description |
|---|---|
static NatureOfAddress |
NatureOfAddress.valueOf(int v) |
static NatureOfAddress |
NatureOfAddress.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NatureOfAddress[] |
NatureOfAddress.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
NatureOfAddress |
GT0100.getNatureOfAddress() |
NatureOfAddress |
GT0001.getNoA() |
| 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(NatureOfAddress noa,
java.lang.String digits)
Global tite contains nature of address indicator only.
|
| Constructor and Description |
|---|
GT0001(NatureOfAddress nai,
java.lang.String digits) |
GT0100(int translationType,
NumberingPlan numberingPlan,
NatureOfAddress natureOfAddress,
java.lang.String digits) |
Copyright © 2011. All Rights Reserved.