Package | Description |
---|---|
com.opencloud.slee.resources.cgin.map |
Provides an API for the MAP protocol.
|
Modifier and Type | Field and Description |
---|---|
static MAPDefaultCallHandling |
MAPDefaultCallHandling.continueCall
Reference to value of the constant continueCall.
|
static MAPDefaultCallHandling |
MAPDefaultCallHandling.releaseCall
Reference to value of the constant releaseCall.
|
Modifier and Type | Method and Description |
---|---|
static MAPDefaultCallHandling |
MAPDefaultCallHandling.fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.
|
MAPDefaultCallHandling |
MAPT_BcsmCamelTDPData.getDefaultCallHandling()
Gets the value of the field defaultCallHandling.
|
MAPDefaultCallHandling |
MAPO_BcsmCamelTDPData.getDefaultCallHandling()
Gets the value of the field defaultCallHandling.
|
MAPDefaultCallHandling |
MAPDP_AnalysedInfoCriterium.getDefaultCallHandling()
Gets the value of the field defaultCallHandling.
|
static MAPDefaultCallHandling[] |
MAPDefaultCallHandling.namedValues()
Returns an array containing all the enumeration constants referenced by fields.
|
Modifier and Type | Method and Description |
---|---|
MAPT_BcsmCamelTDPData |
MAPT_BcsmCamelTDPData.setDefaultCallHandling(MAPDefaultCallHandling value)
Sets the value of the field defaultCallHandling.
|
MAPO_BcsmCamelTDPData |
MAPO_BcsmCamelTDPData.setDefaultCallHandling(MAPDefaultCallHandling value)
Sets the value of the field defaultCallHandling.
|
MAPDP_AnalysedInfoCriterium |
MAPDP_AnalysedInfoCriterium.setDefaultCallHandling(MAPDefaultCallHandling value)
Sets the value of the field defaultCallHandling.
|