Package | Description |
---|---|
com.opencloud.slee.resources.cgin.map |
Provides an API for the MAP protocol.
|
Modifier and Type | Method and Description |
---|---|
static MAPCCBS_RequestState |
MAPCCBS_RequestState.fromValue(int value)
Returns the enumeration constant for a given ASN.1 encoded value.
|
MAPCCBS_RequestState |
MAPSS_InvocationNotificationArg.getCcbs_RequestState()
Gets the value of the field ccbs-RequestState.
|
static MAPCCBS_RequestState |
MAPCCBS_RequestState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MAPCCBS_RequestState[] |
MAPCCBS_RequestState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MAPSS_InvocationNotificationArg |
MAPSS_InvocationNotificationArg.setCcbs_RequestState(MAPCCBS_RequestState value)
Sets the value of the field ccbs-RequestState.
|