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