Package | Description |
---|---|
com.opencloud.slee.resources.cgin |
Defines an API for the CGIN infrastructure on which all protocols are built.
|
Modifier and Type | Method and 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.
|