Package | Description |
---|---|
com.opencloud.slee.resources.cgin.map |
Provides an API for the MAP protocol.
|
Modifier and Type | Field and Description |
---|---|
static MAPUnavailabilityCause |
MAPUnavailabilityCause.absentSubscriber
Reference to value of the constant absentSubscriber.
|
static MAPUnavailabilityCause |
MAPUnavailabilityCause.bearerServiceNotProvisioned
Reference to value of the constant bearerServiceNotProvisioned.
|
static MAPUnavailabilityCause |
MAPUnavailabilityCause.busySubscriber
Reference to value of the constant busySubscriber.
|
static MAPUnavailabilityCause |
MAPUnavailabilityCause.callBarred
Reference to value of the constant callBarred.
|
static MAPUnavailabilityCause |
MAPUnavailabilityCause.cug_Reject
Reference to value of the constant cug_Reject.
|
static MAPUnavailabilityCause |
MAPUnavailabilityCause.teleserviceNotProvisioned
Reference to value of the constant teleserviceNotProvisioned.
|
Modifier and Type | Method and Description |
---|---|
static MAPUnavailabilityCause |
MAPUnavailabilityCause.fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.
|
MAPUnavailabilityCause |
MAPSendRoutingInfoRes_v3.getUnavailabilityCause()
Gets the value of the field unavailabilityCause.
|
static MAPUnavailabilityCause[] |
MAPUnavailabilityCause.namedValues()
Returns an array containing all the enumeration constants referenced by fields.
|
Modifier and Type | Method and Description |
---|---|
MAPSendRoutingInfoRes_v3 |
MAPSendRoutingInfoRes_v3.setUnavailabilityCause(MAPUnavailabilityCause value)
Sets the value of the field unavailabilityCause.
|