Uses of Class
com.opencloud.slee.resources.cgin.callcontrol.CCCancelFailedArg.Problem
-
Packages that use CCCancelFailedArg.Problem Package Description com.opencloud.slee.resources.cgin.callcontrol Provides a common API for callcontrol protocols originally based on the INAP family of protocols. -
-
Uses of CCCancelFailedArg.Problem in com.opencloud.slee.resources.cgin.callcontrol
Methods in com.opencloud.slee.resources.cgin.callcontrol that return CCCancelFailedArg.Problem Modifier and Type Method Description static CCCancelFailedArg.Problem
CCCancelFailedArg.Problem. fromValue(int value)
Returns the enumeration constant for a given ASN.1 encoded value.CCCancelFailedArg.Problem
CCCancelFailedArg. getProblem()
Gets the value of the field problem.static CCCancelFailedArg.Problem
CCCancelFailedArg.Problem. valueOf(String name)
Returns the enum constant of this type with the specified name.static CCCancelFailedArg.Problem[]
CCCancelFailedArg.Problem. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.opencloud.slee.resources.cgin.callcontrol with parameters of type CCCancelFailedArg.Problem Modifier and Type Method Description CCCancelFailedArg
CCCancelFailedArg. setProblem(CCCancelFailedArg.Problem value)
Sets the value of the field problem.Constructors in com.opencloud.slee.resources.cgin.callcontrol with parameters of type CCCancelFailedArg.Problem Constructor Description CCCancelFailedArg(CCCancelFailedArg.Problem Problem_param, int Operation_param)
Constructs an object from given values for all fields.
-