Package | Description |
---|---|
com.opencloud.slee.resources.cgin.map |
Provides an API for the MAP protocol.
|
Modifier and Type | Field and Description |
---|---|
static MAPNumberPortabilityStatus |
MAPNumberPortabilityStatus.foreignNumberPortedIn
Reference to value of the constant foreignNumberPortedIn.
|
static MAPNumberPortabilityStatus |
MAPNumberPortabilityStatus.foreignNumberPortedToForeignNetwork
Reference to value of the constant foreignNumberPortedToForeignNetwork.
|
static MAPNumberPortabilityStatus |
MAPNumberPortabilityStatus.notKnownToBePorted
Reference to value of the constant notKnownToBePorted.
|
static MAPNumberPortabilityStatus |
MAPNumberPortabilityStatus.ownNumberNotPortedOut
Reference to value of the constant ownNumberNotPortedOut.
|
static MAPNumberPortabilityStatus |
MAPNumberPortabilityStatus.ownNumberPortedOut
Reference to value of the constant ownNumberPortedOut.
|
Modifier and Type | Method and Description |
---|---|
static MAPNumberPortabilityStatus |
MAPNumberPortabilityStatus.fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.
|
MAPNumberPortabilityStatus |
MAPSendRoutingInfoRes_v3.getNumberPortabilityStatus()
Gets the value of the field numberPortabilityStatus.
|
MAPNumberPortabilityStatus |
MAPMNPInfoRes.getNumberPortabilityStatus()
Gets the value of the field numberPortabilityStatus.
|
static MAPNumberPortabilityStatus[] |
MAPNumberPortabilityStatus.namedValues()
Returns an array containing all the enumeration constants referenced by fields.
|
Modifier and Type | Method and Description |
---|---|
MAPSendRoutingInfoRes_v3 |
MAPSendRoutingInfoRes_v3.setNumberPortabilityStatus(MAPNumberPortabilityStatus value)
Sets the value of the field numberPortabilityStatus.
|
MAPMNPInfoRes |
MAPMNPInfoRes.setNumberPortabilityStatus(MAPNumberPortabilityStatus value)
Sets the value of the field numberPortabilityStatus.
|