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 CCErrorTreatment |
CCErrorTreatment.fromValue(int value)
Returns the enumeration constant for a given ASN.1 encoded value.
|
CCErrorTreatment |
CCCollectedDigits.getErrortreatment()
Gets the value of the field errortreatment.
|
static CCErrorTreatment |
CCErrorTreatment.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CCErrorTreatment[] |
CCErrorTreatment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CCCollectedDigits |
CCCollectedDigits.setErrortreatment(CCErrorTreatment value)
Sets the value of the field errortreatment.
|