Package | Description |
---|---|
com.opencloud.slee.resources.cgin.map |
Provides an API for the MAP protocol.
|
Modifier and Type | Field and Description |
---|---|
static MAPCallOutcome |
MAPCallOutcome.busy
Reference to value of the constant busy.
|
static MAPCallOutcome |
MAPCallOutcome.failure
Reference to value of the constant failure.
|
static MAPCallOutcome |
MAPCallOutcome.success
Reference to value of the constant success.
|
Modifier and Type | Method and Description |
---|---|
static MAPCallOutcome |
MAPCallOutcome.fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.
|
MAPCallOutcome |
MAPCallReportData.getCallOutcome()
Gets the value of the field callOutcome.
|
static MAPCallOutcome[] |
MAPCallOutcome.namedValues()
Returns an array containing all the enumeration constants referenced by fields.
|
Modifier and Type | Method and Description |
---|---|
MAPCallReportData |
MAPCallReportData.setCallOutcome(MAPCallOutcome value)
Sets the value of the field callOutcome.
|