Uses of Class
com.opencloud.slee.resources.cgin.callcontrol.CCControlType
-
Packages that use CCControlType 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_v3 Provides an API for the CAP v3 protocol.com.opencloud.slee.resources.cgin.etsi_inap_cs1 Provides an API for the ETSI INAP CS1 protocol. -
-
Uses of CCControlType in com.opencloud.slee.resources.cgin.callcontrol
Fields in com.opencloud.slee.resources.cgin.callcontrol declared as CCControlType Modifier and Type Field Description static CCControlType
CCControlType. manuallyInitiated
Reference to value of the constant manuallyInitiated.static CCControlType
CCControlType. sCPOverloaded
Reference to value of the constant sCPOverloaded.Methods in com.opencloud.slee.resources.cgin.callcontrol that return CCControlType Modifier and Type Method Description static CCControlType
CCControlType. fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.CCControlType
CCCallGapArg. getControlType()
Gets the value of the field controlType.static CCControlType[]
CCControlType. namedValues()
Returns an array containing all the enumeration constants referenced by fields.Methods in com.opencloud.slee.resources.cgin.callcontrol with parameters of type CCControlType Modifier and Type Method Description CCCallGapArg
CCCallGapArg. setControlType(CCControlType value)
Sets the value of the field controlType. -
Uses of CCControlType in com.opencloud.slee.resources.cgin.cap_v3
Methods in com.opencloud.slee.resources.cgin.cap_v3 with parameters of type CCControlType Modifier and Type Method Description CAP3CallGapArg
CAP3CallGapArg. setControlType(CCControlType value)
Sets the value of the field controlType. -
Uses of CCControlType in com.opencloud.slee.resources.cgin.etsi_inap_cs1
Methods in com.opencloud.slee.resources.cgin.etsi_inap_cs1 with parameters of type CCControlType Modifier and Type Method Description CS1CallGapArg
CS1CallGapArg. setControlType(CCControlType value)
Sets the value of the field controlType.
-