org.tubo.configuration.def.baseimpl
Class BaseSwitchCaseDefImpl

java.lang.Object
  extended by org.tubo.configuration.def.baseimpl.BaseDefinitionImpl
      extended by org.tubo.configuration.def.baseimpl.BaseSwitchCaseDefImpl
All Implemented Interfaces:
Definition, SwitchCaseDef

public class BaseSwitchCaseDefImpl
extends BaseDefinitionImpl
implements SwitchCaseDef

Created: Jul 8, 2005 7:16:54 PM
Last Modification Date: $Date: 2006-11-08 11:52:38 -0300 (Wed, 08 Nov 2006) $

Version:
$Revision: 58 $
Author:
maldito_orco (maldito_orco@users.sourceforge.net)

Field Summary
static java.lang.String RCS_ID
           
 
Constructor Summary
BaseSwitchCaseDefImpl()
           
 
Method Summary
 java.lang.String getChoise()
           
 FlowNodeList getFlowNodeList()
           
 void setChoise(java.lang.String choise)
           
 void setFlowNodeList(FlowNodeList flowNodeList)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RCS_ID

public static final java.lang.String RCS_ID
See Also:
Constant Field Values
Constructor Detail

BaseSwitchCaseDefImpl

public BaseSwitchCaseDefImpl()
Method Detail

getChoise

public java.lang.String getChoise()
Specified by:
getChoise in interface SwitchCaseDef

setChoise

public void setChoise(java.lang.String choise)

getFlowNodeList

public FlowNodeList getFlowNodeList()
Specified by:
getFlowNodeList in interface SwitchCaseDef

setFlowNodeList

public void setFlowNodeList(FlowNodeList flowNodeList)


Copyright © 2004-2007 Tubo. All Rights Reserved.