|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.shale.dialog.basic.config.AbstractState org.apache.shale.dialog.basic.config.SubdialogStateImpl
public final class SubdialogStateImpl
SubdialogStateImpl
is a basic implementation of
SubdialogState
.
Constructor Summary | |
---|---|
SubdialogStateImpl()
|
Method Summary | |
---|---|
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. |
Methods inherited from class org.apache.shale.dialog.basic.config.AbstractState |
---|
addTransition, findTransition, getDialog, getName, getTransitionOutcomes, removeTransition, setDialog, setName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.shale.dialog.basic.model.State |
---|
findTransition, getDialog, getName, getTransitionOutcomes |
Constructor Detail |
---|
public SubdialogStateImpl()
Method Detail |
---|
public String getDialogName()
Return the name of the subordinate dialog to be executed by this state.
getDialogName
in interface SubdialogState
public String toString()
Render a printable version of this instance.
toString
in class Object
public void setDialogName(String dialogName)
Set the name of the subordinate dialog to be executed by this state.
dialogName
- The subordinate dialog name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |