Package | Description |
---|---|
com.opencloud.slee.resources.cgin.callcontrol |
Provides a common API for callcontrol protocols originally based on the INAP
family of protocols.
|
com.opencloud.slee.resources.cgin.cap_v2 |
Provides an API for the CAP v2 protocol.
|
com.opencloud.slee.resources.cgin.cap_v3 |
Provides an API for the CAP v3 protocol.
|
com.opencloud.slee.resources.cgin.cap_v4 |
Provides an API for the CAP v4 protocol.
|
com.opencloud.slee.resources.cgin.etsi_inap_cs1 |
Provides an API for the ETSI INAP CS1 protocol.
|
Modifier and Type | Method and Description |
---|---|
static CCTimerID |
CCTimerID.fromValue(int value)
Returns the enumeration constant for a given ASN.1 encoded value.
|
CCTimerID |
CCResetTimerArg.getTimerID()
Gets the value of the field timerID.
|
static CCTimerID |
CCTimerID.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CCTimerID[] |
CCTimerID.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CCResetTimerArg |
CCResetTimerArg.setTimerID(CCTimerID value)
Sets the value of the field timerID.
|
Modifier and Type | Method and Description |
---|---|
CAP2ResetTimerArg |
CAP2ResetTimerArg.setTimerID(CCTimerID value)
Sets the value of the field timerID.
|
Modifier and Type | Method and Description |
---|---|
CCTimerID |
CAP3ResetTimerSMSArg.getTimerID()
Gets the value of the field timerID.
|
CCTimerID |
CAP3ResetTimerGPRSArg.getTimerID()
Gets the value of the field timerID.
|
Modifier and Type | Method and Description |
---|---|
CAP3ResetTimerSMSArg |
CAP3ResetTimerSMSArg.setTimerID(CCTimerID value)
Sets the value of the field timerID.
|
CAP3ResetTimerGPRSArg |
CAP3ResetTimerGPRSArg.setTimerID(CCTimerID value)
Sets the value of the field timerID.
|
Modifier and Type | Method and Description |
---|---|
CAP4ResetTimerArg |
CAP4ResetTimerArg.setTimerID(CCTimerID value)
Sets the value of the field timerID.
|
Modifier and Type | Method and Description |
---|---|
CS1ResetTimerArg |
CS1ResetTimerArg.setTimerID(CCTimerID value)
Sets the value of the field timerID.
|