Package | Description |
---|---|
com.opencloud.slee.resources.cgin.callcontrol |
Provides a common API for callcontrol protocols originally based on the INAP
family of protocols.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
CCCancelFailedArg |
CCCancelFailedArg.setProblem(CCCancelFailedArg.Problem value)
Sets the value of the field problem.
|
Constructor and Description |
---|
CCCancelFailedArg(CCCancelFailedArg.Problem Problem_param,
int Operation_param)
Constructs an object from given values for all fields.
|