Uses of Class
com.opencloud.slee.resources.cgin.map.MAPCallOutcome
-
Packages that use MAPCallOutcome Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol. -
-
Uses of MAPCallOutcome in com.opencloud.slee.resources.cgin.map
Fields in com.opencloud.slee.resources.cgin.map declared as MAPCallOutcome Modifier and Type Field Description static MAPCallOutcome
MAPCallOutcome. busy
Reference to value of the constant busy.static MAPCallOutcome
MAPCallOutcome. failure
Reference to value of the constant failure.static MAPCallOutcome
MAPCallOutcome. success
Reference to value of the constant success.Methods in com.opencloud.slee.resources.cgin.map that return MAPCallOutcome Modifier and Type Method Description static MAPCallOutcome
MAPCallOutcome. fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.MAPCallOutcome
MAPCallReportData. getCallOutcome()
Gets the value of the field callOutcome.static MAPCallOutcome[]
MAPCallOutcome. namedValues()
Returns an array containing all the enumeration constants referenced by fields.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPCallOutcome Modifier and Type Method Description MAPCallReportData
MAPCallReportData. setCallOutcome(MAPCallOutcome value)
Sets the value of the field callOutcome.
-