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