Uses of Class
com.opencloud.slee.resources.cgin.SccpAddress.GTIndicator
-
Packages that use SccpAddress.GTIndicator Package Description com.opencloud.slee.resources.cgin Defines an API for the CGIN infrastructure on which all protocols are built. -
-
Uses of SccpAddress.GTIndicator in com.opencloud.slee.resources.cgin
Methods in com.opencloud.slee.resources.cgin that return SccpAddress.GTIndicator Modifier and Type Method 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.Methods in com.opencloud.slee.resources.cgin with parameters of type SccpAddress.GTIndicator Modifier and Type Method Description void
SccpAddress. setGlobalTitleIndicator(SccpAddress.GTIndicator gt)
Set the optional Global Title Indicator parameter.
-