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