|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.shale.dialog.scxml.config.DialogMetadata.SCXMLAction
public static class DialogMetadata.SCXMLAction
A POJO representing the bits of a custom Commons SCXML action used in a Shale dialog.
Constructor Summary | |
---|---|
DialogMetadata.SCXMLAction()
Constructor. |
Method Summary | |
---|---|
String |
getActionclassname()
Get the action class FQN. |
String |
getName()
Get the action name. |
String |
getUri()
Get the action URI. |
void |
setActionclassname(String actionclassname)
Set the action class FQN. |
void |
setName(String name)
Set the action name. |
void |
setUri(String uri)
Set the action URI. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DialogMetadata.SCXMLAction()
Method Detail |
---|
public String getName()
public void setName(String name)
name
- The action name.public String getUri()
public void setUri(String uri)
uri
- The action URI.public String getActionclassname()
public void setActionclassname(String actionclassname)
actionclassname
- The action class FQN.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |