Package | Description |
---|---|
com.opencloud.slee.resources.cgin.map |
Provides an API for the MAP protocol.
|
Modifier and Type | Method and Description |
---|---|
static MAPSM_DeliveryOutcome |
MAPSM_DeliveryOutcome.fromValue(int value)
Returns the enumeration constant for a given ASN.1 encoded value.
|
MAPSM_DeliveryOutcome |
MAPReportSM_DeliveryStatusArg.getAdditionalSM_DeliveryOutcome()
Gets the value of the field additionalSM-DeliveryOutcome.
|
MAPSM_DeliveryOutcome |
MAPReportSM_DeliveryStatusArg.getIp_sm_gw_sm_deliveryOutcome()
Gets the value of the field ip-sm-gw-sm-deliveryOutcome.
|
MAPSM_DeliveryOutcome |
MAPReportSM_DeliveryStatusArg.getSm_DeliveryOutcome()
Gets the value of the field sm-DeliveryOutcome.
|
static MAPSM_DeliveryOutcome |
MAPSM_DeliveryOutcome.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MAPSM_DeliveryOutcome[] |
MAPSM_DeliveryOutcome.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MAPReportSM_DeliveryStatusArg |
MAPReportSM_DeliveryStatusArg.setAdditionalSM_DeliveryOutcome(MAPSM_DeliveryOutcome value)
Sets the value of the field additionalSM-DeliveryOutcome.
|
MAPReportSM_DeliveryStatusArg |
MAPReportSM_DeliveryStatusArg.setIp_sm_gw_sm_deliveryOutcome(MAPSM_DeliveryOutcome value)
Sets the value of the field ip-sm-gw-sm-deliveryOutcome.
|
MAPReportSM_DeliveryStatusArg |
MAPReportSM_DeliveryStatusArg.setSm_DeliveryOutcome(MAPSM_DeliveryOutcome value)
Sets the value of the field sm-DeliveryOutcome.
|