Package | Description |
---|---|
com.opencloud.slee.resources.cgin.map |
Provides an API for the MAP protocol.
|
Modifier and Type | Method and Description |
---|---|
MAPSuppressMTSS |
MAPSuppressMTSS.clearSuppressCCBS()
Clears the bit for suppressCCBS to false.
|
MAPSuppressMTSS |
MAPSuppressMTSS.clearSuppressCUG()
Clears the bit for suppressCUG to false.
|
MAPSuppressMTSS |
MAPSuppressMTSS.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPSuppressMTSS |
MAPSuppressMTSS.copyOf(BitString from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.
|
MAPSuppressMTSS |
MAPSendRoutingInfoArg.getSuppressMTSS()
Gets the value of the field suppressMTSS.
|
MAPSuppressMTSS |
MAPSuppressMTSS.setSuppressCCBS()
Sets the bit for suppressCCBS to true.
|
MAPSuppressMTSS |
MAPSuppressMTSS.setSuppressCUG()
Sets the bit for suppressCUG to true.
|
Modifier and Type | Method and Description |
---|---|
MAPSendRoutingInfoArg |
MAPSendRoutingInfoArg.setSuppressMTSS(MAPSuppressMTSS value)
Sets the value of the field suppressMTSS.
|