Uses of Class
com.opencloud.slee.resources.cgin.map.MAPRUF_Outcome
-
Packages that use MAPRUF_Outcome Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol. -
-
Uses of MAPRUF_Outcome in com.opencloud.slee.resources.cgin.map
Fields in com.opencloud.slee.resources.cgin.map declared as MAPRUF_Outcome Modifier and Type Field 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.Methods in com.opencloud.slee.resources.cgin.map that return MAPRUF_Outcome Modifier and Type Method 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.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPRUF_Outcome Modifier and Type Method Description MAPRemoteUserFreeRes
MAPRemoteUserFreeRes. setRuf_Outcome(MAPRUF_Outcome value)
Sets the value of the field ruf-Outcome.
-