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