Package | Description |
---|---|
com.opencloud.slee.resources.cgin.map |
Provides an API for the MAP protocol.
|
Modifier and Type | Field and Description |
---|---|
static MAPReportingState |
MAPReportingState.startMonitoring
Reference to value of the constant startMonitoring.
|
static MAPReportingState |
MAPReportingState.stopMonitoring
Reference to value of the constant stopMonitoring.
|
Modifier and Type | Method and Description |
---|---|
static MAPReportingState |
MAPReportingState.fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.
|
MAPReportingState |
MAPSetReportingStateArg.getCcbs_Monitoring()
Gets the value of the field ccbs-Monitoring.
|
static MAPReportingState[] |
MAPReportingState.namedValues()
Returns an array containing all the enumeration constants referenced by fields.
|
Modifier and Type | Method and Description |
---|---|
MAPSetReportingStateArg |
MAPSetReportingStateArg.setCcbs_Monitoring(MAPReportingState value)
Sets the value of the field ccbs-Monitoring.
|