Uses of Class
com.opencloud.slee.resources.cgin.callcontrol.CCTone
-
Packages that use CCTone 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. -
-
Uses of CCTone in com.opencloud.slee.resources.cgin.callcontrol
Methods in com.opencloud.slee.resources.cgin.callcontrol that return CCTone Modifier and Type Method Description CCToneCCTone. clone()Constructs a copy of this object and everything reachable from it.static CCToneCCTone. 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.CCToneCCInformationToSend. getTone()Gets the value of the tone choice.CCToneCCTone. setDuration(int value)Sets the value of the field duration and marks the field as present.CCToneCCTone. setDurationPresent(boolean flag)Sets the presence or absence of the optional field duration.CCToneCCTone. setToneID(int value)Sets the value of the field toneID and marks the field as present.Methods in com.opencloud.slee.resources.cgin.callcontrol with parameters of type CCTone Modifier and Type Method Description static CCToneCCTone. 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.CCInformationToSendCCInformationToSend. setTone(CCTone value)Sets the value of the tone choice. -
Uses of CCTone in com.opencloud.slee.resources.cgin.callcontrol.persist
Fields in com.opencloud.slee.resources.cgin.callcontrol.persist with type parameters of type CCTone Modifier and Type Field Description static PersistCodec<CCTone,CCTone,CCProto.CC_DataTypes_Tone>CCCodecs. CC_DataTypes_ToneSingleton codec for the ASN.1 type: CC-DataTypes.Tonestatic PersistCodec<CCTone,CCTone,CCProto.CC_DataTypes_Tone>CCCodecs. CC_DataTypes_ToneSingleton codec for the ASN.1 type: CC-DataTypes.Tone -
Uses of CCTone in com.opencloud.slee.resources.cgin.cap_v2.persist
Fields in com.opencloud.slee.resources.cgin.cap_v2.persist with type parameters of type CCTone Modifier and Type Field Description static PersistCodec<CCTone,CCTone,CAP2Proto.CAP_DataTypes_Tone>CAP2Codecs. CAP_DataTypes_ToneSingleton codec for the ASN.1 type: CAP-DataTypes.Tonestatic PersistCodec<CCTone,CCTone,CAP2Proto.CAP_DataTypes_Tone>CAP2Codecs. CAP_DataTypes_ToneSingleton codec for the ASN.1 type: CAP-DataTypes.Tone -
Uses of CCTone in com.opencloud.slee.resources.cgin.cap_v3.persist
Fields in com.opencloud.slee.resources.cgin.cap_v3.persist with type parameters of type CCTone Modifier and Type Field Description static PersistCodec<CCTone,CCTone,CAP3Proto.CAP_datatypes_Tone>CAP3Codecs. CAP_datatypes_ToneSingleton codec for the ASN.1 type: CAP-datatypes.Tonestatic PersistCodec<CCTone,CCTone,CAP3Proto.CAP_datatypes_Tone>CAP3Codecs. CAP_datatypes_ToneSingleton codec for the ASN.1 type: CAP-datatypes.Tone -
Uses of CCTone in com.opencloud.slee.resources.cgin.cap_v4.persist
Fields in com.opencloud.slee.resources.cgin.cap_v4.persist with type parameters of type CCTone Modifier and Type Field Description static PersistCodec<CCTone,CCTone,CAP4Proto.CAP_datatypes_Tone>CAP4Codecs. CAP_datatypes_ToneSingleton codec for the ASN.1 type: CAP-datatypes.Tonestatic PersistCodec<CCTone,CCTone,CAP4Proto.CAP_datatypes_Tone>CAP4Codecs. CAP_datatypes_ToneSingleton codec for the ASN.1 type: CAP-datatypes.Tone -
Uses of CCTone in com.opencloud.slee.resources.cgin.etsi_inap_cs1
Methods in com.opencloud.slee.resources.cgin.etsi_inap_cs1 with parameters of type CCTone Modifier and Type Method Description CS1InformationToSendCS1InformationToSend. setTone(CCTone value)Sets the value of the tone choice. -
Uses of CCTone in com.opencloud.slee.resources.cgin.etsi_inap_cs1.persist
Fields in com.opencloud.slee.resources.cgin.etsi_inap_cs1.persist with type parameters of type CCTone Modifier and Type Field Description static PersistCodec<CCTone,CCTone,CS1Proto.Core_INAP_CS1_DataTypes_Tone>CS1Codecs. Core_INAP_CS1_DataTypes_ToneSingleton codec for the ASN.1 type: Core-INAP-CS1-DataTypes.Tonestatic PersistCodec<CCTone,CCTone,CS1Proto.Core_INAP_CS1_DataTypes_Tone>CS1Codecs. Core_INAP_CS1_DataTypes_ToneSingleton codec for the ASN.1 type: Core-INAP-CS1-DataTypes.Tone
-