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.callcontrol.persist |
Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages.
|
com.opencloud.slee.resources.cgin.cap_v2.persist |
Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages.
|
com.opencloud.slee.resources.cgin.cap_v3.persist |
Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages.
|
com.opencloud.slee.resources.cgin.cap_v4.persist |
Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages.
|
com.opencloud.slee.resources.cgin.etsi_inap_cs1 |
Provides an API for the ETSI INAP CS1 protocol.
|
com.opencloud.slee.resources.cgin.etsi_inap_cs1.persist |
Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages.
|
Modifier and Type | Method and Description |
---|---|
CCTone |
CCTone.clone()
Constructs a copy of this object and everything reachable from it.
|
static CCTone |
CCTone.copyOf(CCTone from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.
|
CCTone |
CCInformationToSend.getTone()
Gets the value of the tone choice.
|
CCTone |
CCTone.setDuration(int value)
Sets the value of the field duration and marks the field as present.
|
CCTone |
CCTone.setDurationPresent(boolean flag)
Sets the presence or absence of the optional field duration.
|
CCTone |
CCTone.setToneID(int value)
Sets the value of the field toneID and marks the field as present.
|
Modifier and Type | Method and Description |
---|---|
static CCTone |
CCTone.copyOf(CCTone from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.
|
CCInformationToSend |
CCInformationToSend.setTone(CCTone value)
Sets the value of the tone choice.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<CCTone,CCTone,CCProto.CC_DataTypes_Tone> |
CCCodecs.CC_DataTypes_Tone
Singleton codec for the ASN.1 type: CC-DataTypes.Tone
|
static PersistCodec<CCTone,CCTone,CCProto.CC_DataTypes_Tone> |
CCCodecs.CC_DataTypes_Tone
Singleton codec for the ASN.1 type: CC-DataTypes.Tone
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<CCTone,CCTone,CAP2Proto.CAP_DataTypes_Tone> |
CAP2Codecs.CAP_DataTypes_Tone
Singleton codec for the ASN.1 type: CAP-DataTypes.Tone
|
static PersistCodec<CCTone,CCTone,CAP2Proto.CAP_DataTypes_Tone> |
CAP2Codecs.CAP_DataTypes_Tone
Singleton codec for the ASN.1 type: CAP-DataTypes.Tone
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<CCTone,CCTone,CAP3Proto.CAP_datatypes_Tone> |
CAP3Codecs.CAP_datatypes_Tone
Singleton codec for the ASN.1 type: CAP-datatypes.Tone
|
static PersistCodec<CCTone,CCTone,CAP3Proto.CAP_datatypes_Tone> |
CAP3Codecs.CAP_datatypes_Tone
Singleton codec for the ASN.1 type: CAP-datatypes.Tone
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<CCTone,CCTone,CAP4Proto.CAP_datatypes_Tone> |
CAP4Codecs.CAP_datatypes_Tone
Singleton codec for the ASN.1 type: CAP-datatypes.Tone
|
static PersistCodec<CCTone,CCTone,CAP4Proto.CAP_datatypes_Tone> |
CAP4Codecs.CAP_datatypes_Tone
Singleton codec for the ASN.1 type: CAP-datatypes.Tone
|
Modifier and Type | Method and Description |
---|---|
CS1InformationToSend |
CS1InformationToSend.setTone(CCTone value)
Sets the value of the tone choice.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<CCTone,CCTone,CS1Proto.Core_INAP_CS1_DataTypes_Tone> |
CS1Codecs.Core_INAP_CS1_DataTypes_Tone
Singleton codec for the ASN.1 type: Core-INAP-CS1-DataTypes.Tone
|
static PersistCodec<CCTone,CCTone,CS1Proto.Core_INAP_CS1_DataTypes_Tone> |
CS1Codecs.Core_INAP_CS1_DataTypes_Tone
Singleton codec for the ASN.1 type: Core-INAP-CS1-DataTypes.Tone
|