Package | Description |
---|---|
com.opencloud.slee.resources.cgin.map |
Provides an API for the MAP protocol.
|
Modifier and Type | Field and Description |
---|---|
static MAPCCBS_SubscriberStatus |
MAPCCBS_SubscriberStatus.ccbsIdle
Reference to value of the constant ccbsIdle.
|
static MAPCCBS_SubscriberStatus |
MAPCCBS_SubscriberStatus.ccbsNotIdle
Reference to value of the constant ccbsNotIdle.
|
static MAPCCBS_SubscriberStatus |
MAPCCBS_SubscriberStatus.ccbsNotReachable
Reference to value of the constant ccbsNotReachable.
|
Modifier and Type | Method and Description |
---|---|
static MAPCCBS_SubscriberStatus |
MAPCCBS_SubscriberStatus.fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.
|
MAPCCBS_SubscriberStatus |
MAPSetReportingStateRes.getCcbs_SubscriberStatus()
Gets the value of the field ccbs-SubscriberStatus.
|
MAPCCBS_SubscriberStatus |
MAPEventReportData.getCcbs_SubscriberStatus()
Gets the value of the field ccbs-SubscriberStatus.
|
static MAPCCBS_SubscriberStatus[] |
MAPCCBS_SubscriberStatus.namedValues()
Returns an array containing all the enumeration constants referenced by fields.
|
Modifier and Type | Method and Description |
---|---|
MAPSetReportingStateRes |
MAPSetReportingStateRes.setCcbs_SubscriberStatus(MAPCCBS_SubscriberStatus value)
Sets the value of the field ccbs-SubscriberStatus.
|
MAPEventReportData |
MAPEventReportData.setCcbs_SubscriberStatus(MAPCCBS_SubscriberStatus value)
Sets the value of the field ccbs-SubscriberStatus.
|