org.tubo.configuration.def.digester
Class DigesterSetNextRuleDef

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.BaseReferenceableItemDefImpl
              extended by org.tubo.configuration.def.digester.AbstractDigesterRuleDefImpl
                  extended by org.tubo.configuration.def.digester.DigesterSetNextRuleDef
All Implemented Interfaces:
ConfigurableItemDef, Definition, DigesterRuleDef, ReferenceableItemDef

public class DigesterSetNextRuleDef
extends AbstractDigesterRuleDefImpl

Created: Jun 27, 2005 5:27:39 AM Last Modification Date: $Date: 2006-10-19 12:11:35 -0300 (Thu, 19 Oct 2006) $

Version:
$Revision: 17 $
Author:
jvlio (jvlio@users.sourceforge.net)

Field Summary
static java.lang.String RCS_ID
           
 
Constructor Summary
DigesterSetNextRuleDef()
           
 
Method Summary
 org.apache.commons.digester.Rule getDigesterRule()
           
 java.lang.String getMethodName()
           
 java.lang.String getParamType()
           
 void setMethodName(java.lang.String methodName)
           
 void setParamType(java.lang.String paramType)
           
 
Methods inherited from class org.tubo.configuration.def.digester.AbstractDigesterRuleDefImpl
getPattern, setPattern
 
Methods inherited from class org.tubo.configuration.def.baseimpl.BaseReferenceableItemDefImpl
getId, setId
 
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

DigesterSetNextRuleDef

public DigesterSetNextRuleDef()
Method Detail

getDigesterRule

public org.apache.commons.digester.Rule getDigesterRule()

getMethodName

public java.lang.String getMethodName()

setMethodName

public void setMethodName(java.lang.String methodName)

getParamType

public java.lang.String getParamType()

setParamType

public void setParamType(java.lang.String paramType)


Copyright © 2004-2007 Tubo. All Rights Reserved.