Package | Description |
---|---|
com.opencloud.slee.resources.cgin |
Defines an API for the CGIN infrastructure on which all protocols are built.
|
Modifier and Type | Method and Description |
---|---|
SccpAddress.GTIndicator |
SccpAddress.getGlobalTitleIndicator()
Get the optional Global Title Indicator parameter.
|
static SccpAddress.GTIndicator |
SccpAddress.GTIndicator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SccpAddress.GTIndicator[] |
SccpAddress.GTIndicator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SccpAddress.setGlobalTitleIndicator(SccpAddress.GTIndicator gt)
Set the optional Global Title Indicator parameter.
|