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

java.lang.Object
  extended byorg.apache.taglibs.rdc.scxml.model.Action
      extended byorg.apache.taglibs.rdc.scxml.model.ElseIf
Direct Known Subclasses:
Else

public class ElseIf
extends Action

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

Author:
Rahul Akolkar, Jaroslav Gergic

Constructor Summary
ElseIf()
          Constructor
 
Method Summary
 java.lang.String getCond()
          Get the conditional expression
 void setCond(java.lang.String cond)
          Set the conditional expression
 
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

ElseIf

public ElseIf()
Constructor

Method Detail

getCond

public java.lang.String getCond()
Get the conditional expression

Returns:
Returns the cond.

setCond

public void setCond(java.lang.String cond)
Set the conditional expression

Parameters:
cond - The cond to set.


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