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

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

public class Assign
extends Action

The class in this SCXML object model that corresponds to the <assign> SCXML element.

Author:
Rahul Akolkar, Jaroslav Gergic

Constructor Summary
Assign()
          Constructor
 
Method Summary
 java.lang.String getExpr()
          Get the expr that will evaluate to the new value
 java.lang.String getName()
          Get the variable to be assigned a new value
 void setExpr(java.lang.String expr)
          Set the expr that will evaluate to the new value
 void setName(java.lang.String name)
          Get the variable to be assigned a new value
 
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

Assign

public Assign()
Constructor

Method Detail

getExpr

public java.lang.String getExpr()
Get the expr that will evaluate to the new value

Returns:
Returns the expr.

setExpr

public void setExpr(java.lang.String expr)
Set the expr that will evaluate to the new value

Parameters:
expr - The expr to set.

getName

public java.lang.String getName()
Get the variable to be assigned a new value

Returns:
Returns the name.

setName

public void setName(java.lang.String name)
Get the variable to be assigned a new value

Parameters:
name - The name to set.


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