Package | Description |
---|---|
com.opencloud.slee.resources.cgin.map |
Provides an API for the MAP protocol.
|
Modifier and Type | Field and Description |
---|---|
static MAPRUF_Outcome |
MAPRUF_Outcome.accepted
Reference to value of the constant accepted.
|
static MAPRUF_Outcome |
MAPRUF_Outcome.noResponseFromBusyMS
Reference to value of the constant noResponseFromBusyMS.
|
static MAPRUF_Outcome |
MAPRUF_Outcome.noResponseFromFreeMS
Reference to value of the constant noResponseFromFreeMS.
|
static MAPRUF_Outcome |
MAPRUF_Outcome.rejected
Reference to value of the constant rejected.
|
static MAPRUF_Outcome |
MAPRUF_Outcome.udubFromBusyMS
Reference to value of the constant udubFromBusyMS.
|
static MAPRUF_Outcome |
MAPRUF_Outcome.udubFromFreeMS
Reference to value of the constant udubFromFreeMS.
|
Modifier and Type | Method and Description |
---|---|
static MAPRUF_Outcome |
MAPRUF_Outcome.fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.
|
MAPRUF_Outcome |
MAPRemoteUserFreeRes.getRuf_Outcome()
Gets the value of the field ruf-Outcome.
|
static MAPRUF_Outcome[] |
MAPRUF_Outcome.namedValues()
Returns an array containing all the enumeration constants referenced by fields.
|
Modifier and Type | Method and Description |
---|---|
MAPRemoteUserFreeRes |
MAPRemoteUserFreeRes.setRuf_Outcome(MAPRUF_Outcome value)
Sets the value of the field ruf-Outcome.
|