public final class SubdialogStateImpl extends AbstractState implements SubdialogState
SubdialogStateImpl is a basic implementation of
SubdialogState.
| Constructor and Description |
|---|
SubdialogStateImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDialogName()
Return the name of the subordinate dialog to be executed
by this state.
|
void |
setDialogName(String dialogName)
Set the name of the subordinate dialog to be executed
by this state.
|
String |
toString()
Render a printable version of this instance.
|
addTransition, findTransition, getDialog, getName, getTransitionOutcomes, removeTransition, setDialog, setNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindTransition, getDialog, getName, getTransitionOutcomespublic String getDialogName()
Return the name of the subordinate dialog to be executed by this state.
getDialogName in interface SubdialogStatepublic String toString()
Render a printable version of this instance.
public void setDialogName(String dialogName)
Set the name of the subordinate dialog to be executed by this state.
dialogName - The subordinate dialog nameCopyright © 2004-2013 Apache Software Foundation. All Rights Reserved.