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

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

public class Log
extends Action

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

Author:
Rahul Akolkar, Jaroslav Gergic

Constructor Summary
Log()
          Constructor
 
Method Summary
 java.lang.String getExpr()
          Get the log expression
 java.lang.String getLabel()
          Get the log label
 void setExpr(java.lang.String expr)
          Set the log expression
 void setLabel(java.lang.String label)
          Set the log label
 
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

Log

public Log()
Constructor

Method Detail

getExpr

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

Returns:
Returns the expression.

setExpr

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

Parameters:
expr - The expr to set.

getLabel

public java.lang.String getLabel()
Get the log label

Returns:
Returns the label.

setLabel

public void setLabel(java.lang.String label)
Set the log label

Parameters:
label - The label to set.


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