org.tubo.configuration.def.baseimpl
Class BaseSwitchFlowNodeDefImpl

java.lang.Object
  extended by org.tubo.configuration.def.baseimpl.BaseDefinitionImpl
      extended by org.tubo.configuration.def.baseimpl.BaseConfigurableItemDefImpl
          extended by org.tubo.configuration.def.baseimpl.BaseFlowNodeDefImpl
              extended by org.tubo.configuration.def.baseimpl.BaseSwitchFlowNodeDefImpl
All Implemented Interfaces:
ConfigurableItemDef, Definition, FlowNodeDef, SwitchFlowNodeDef

public class BaseSwitchFlowNodeDefImpl
extends BaseFlowNodeDefImpl
implements SwitchFlowNodeDef

Created: Jul 8, 2005 6:50:24 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
BaseSwitchFlowNodeDefImpl()
           
 
Method Summary
 void add(SwitchCaseDef newCase)
           
 java.util.List getCaseDefs()
           
 java.lang.String getChoise()
           
 SwitchCaseDef getDefaultCaseDef()
           
 void setChoise(java.lang.String choise)
           
 void setDefault(SwitchCaseDef defaultCaseDef)
           
 
Methods inherited from class org.tubo.configuration.def.baseimpl.BaseConfigurableItemDefImpl
getProperties, getProperty, setProperties, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.tubo.configuration.def.ConfigurableItemDef
getProperties, getProperty
 

Field Detail

RCS_ID

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

BaseSwitchFlowNodeDefImpl

public BaseSwitchFlowNodeDefImpl()
Method Detail

getChoise

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

setChoise

public void setChoise(java.lang.String choise)

getCaseDefs

public java.util.List getCaseDefs()
Specified by:
getCaseDefs in interface SwitchFlowNodeDef

add

public void add(SwitchCaseDef newCase)

getDefaultCaseDef

public SwitchCaseDef getDefaultCaseDef()
Specified by:
getDefaultCaseDef in interface SwitchFlowNodeDef

setDefault

public void setDefault(SwitchCaseDef defaultCaseDef)


Copyright © 2004-2007 Tubo. All Rights Reserved.