Uses of Class
com.opencloud.slee.resources.cgin.callcontrol.CCMiscCallInfo.MessageType
-
Packages that use CCMiscCallInfo.MessageType Package Description com.opencloud.slee.resources.cgin.callcontrol Provides a common API for callcontrol protocols originally based on the INAP family of protocols. -
-
Uses of CCMiscCallInfo.MessageType in com.opencloud.slee.resources.cgin.callcontrol
Fields in com.opencloud.slee.resources.cgin.callcontrol declared as CCMiscCallInfo.MessageType Modifier and Type Field Description static CCMiscCallInfo.MessageType
CCMiscCallInfo.MessageType. notification
Reference to value of the constant notification.static CCMiscCallInfo.MessageType
CCMiscCallInfo.MessageType. request
Reference to value of the constant request.Methods in com.opencloud.slee.resources.cgin.callcontrol that return CCMiscCallInfo.MessageType Modifier and Type Method Description static CCMiscCallInfo.MessageType
CCMiscCallInfo.MessageType. fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.CCMiscCallInfo.MessageType
CCMiscCallInfo. getMessageType()
Gets the value of the field messageType.static CCMiscCallInfo.MessageType[]
CCMiscCallInfo.MessageType. namedValues()
Returns an array containing all the enumeration constants referenced by fields.Methods in com.opencloud.slee.resources.cgin.callcontrol with parameters of type CCMiscCallInfo.MessageType Modifier and Type Method Description CCMiscCallInfo
CCMiscCallInfo. setMessageType(CCMiscCallInfo.MessageType value)
Sets the value of the field messageType.Constructors in com.opencloud.slee.resources.cgin.callcontrol with parameters of type CCMiscCallInfo.MessageType Constructor Description CCMiscCallInfo(CCMiscCallInfo.MessageType MessageType_param)
Constructs an object from given values for all fields.
-