Uses of Class
com.opencloud.slee.resources.cgin.callcontrol.CCSpecializedResourceReportArg.Choice
-
Packages that use CCSpecializedResourceReportArg.Choice 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 CCSpecializedResourceReportArg.Choice in com.opencloud.slee.resources.cgin.callcontrol
Fields in com.opencloud.slee.resources.cgin.callcontrol declared as CCSpecializedResourceReportArg.Choice Modifier and Type Field Description static CCSpecializedResourceReportArg.Choice
CCSpecializedResourceReportArg.Choice. ALLANNOUNCEMENTSCOMPLETE
Reference to the choice ALLANNOUNCEMENTSCOMPLETE.static CCSpecializedResourceReportArg.Choice
CCSpecializedResourceReportArg.Choice. FIRSTANNOUNCEMENTSTARTED
Reference to the choice FIRSTANNOUNCEMENTSTARTED.Methods in com.opencloud.slee.resources.cgin.callcontrol that return CCSpecializedResourceReportArg.Choice Modifier and Type Method Description static CCSpecializedResourceReportArg.Choice
CCSpecializedResourceReportArg.Choice. fromValue(int value)
Finds or constructs an integer for the given numeric value.CCSpecializedResourceReportArg.Choice
CCSpecializedResourceReportArg. getChoice()
Gets the discriminant of the current choice.static CCSpecializedResourceReportArg.Choice[]
CCSpecializedResourceReportArg.Choice. namedValues()
Returns an array containing all the numeric values that distinguish choices.Methods in com.opencloud.slee.resources.cgin.callcontrol with parameters of type CCSpecializedResourceReportArg.Choice Modifier and Type Method Description protected void
CCSpecializedResourceReportArg. setChoice(CCSpecializedResourceReportArg.Choice arg)
Sets the discriminant of the current choice.
-