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

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

public class Var
extends Action

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

Author:
Rahul Akolkar, Jaroslav Gergic

Constructor Summary
Var()
          Constructor
 
Method Summary
 java.lang.String getExpr()
          Get the expression that evaluates to the initial value of the variable
 java.lang.String getName()
          Get the name of the (new) variable.
 void setExpr(java.lang.String expr)
          Set the expression that evaluates to the initial value of the variable
 void setName(java.lang.String name)
          Set the name of the (new) variable.
 
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

Var

public Var()
Constructor

Method Detail

getExpr

public java.lang.String getExpr()
Get the expression that evaluates to the initial value of the variable

Returns:
Returns the expr.

setExpr

public void setExpr(java.lang.String expr)
Set the expression that evaluates to the initial value of the variable

Parameters:
expr - The expr to set.

getName

public java.lang.String getName()
Get the name of the (new) variable.

Returns:
Returns the name.

setName

public void setName(java.lang.String name)
Set the name of the (new) variable.

Parameters:
name - The name to set.


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