org.apache.taglibs.rdc.scxml.model
Class Exit

java.lang.Object
  extended byorg.apache.taglibs.rdc.scxml.model.Action
      extended byorg.apache.taglibs.rdc.scxml.model.Exit

public class Exit
extends Action

The class in this SCXML object model that corresponds to the <exit> SCXML element, which is a shorthand notation for an empty anonymous final state.

Author:
Rahul Akolkar, Jaroslav Gergic

Constructor Summary
Exit()
          Constructor
 
Method Summary
 java.lang.String getExpr()
          Get the expression
 java.lang.String getNamelist()
          Get the namelist
 void setExpr(java.lang.String expr)
          Set the expression
 void setNamelist(java.lang.String namelist)
          Set the namelist
 
Methods inherited from class org.apache.taglibs.rdc.scxml.model.Action
getParent, getParentState, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Exit

public Exit()
Constructor

Method Detail

getExpr

public java.lang.String getExpr()
Get the expression

Returns:
Returns the expr.

setExpr

public void setExpr(java.lang.String expr)
Set the expression

Parameters:
expr - The expr to set.

getNamelist

public java.lang.String getNamelist()
Get the namelist

Returns:
Returns the namelist.

setNamelist

public void setNamelist(java.lang.String namelist)
Set the namelist

Parameters:
namelist - The namelist to set.


Copyright ? 2000-2004 The Apache Software Foundation. All Rights Reserved.