Uses of Class
com.opencloud.slee.resources.cgin.Dialog.State
-
Packages that use Dialog.State Package Description com.opencloud.slee.resources.cgin Defines an API for the CGIN infrastructure on which all protocols are built. -
-
Uses of Dialog.State in com.opencloud.slee.resources.cgin
Methods in com.opencloud.slee.resources.cgin that return Dialog.State Modifier and Type Method Description Dialog.State
Dialog. getDialogState()
Get the current state of the dialog.static Dialog.State
Dialog.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static Dialog.State[]
Dialog.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-