org.apache.ddlutils.io
Class SetColumnPropertyRule
java.lang.Object
org.apache.commons.digester.Rule
org.apache.ddlutils.io.SetColumnPropertyRule
- public class SetColumnPropertyRule
- extends Rule
A digester rule for setting a bean property that corresponds to a column.
- Version:
- $Revision: 289996 $
- Author:
- Thomas Dudziak
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SetColumnPropertyRule
public SetColumnPropertyRule(Column column,
SqlTypeConverter converter,
boolean beCaseSensitive)
- Creates a new creation rule that sets the property corresponding to the given column.
- Parameters:
column
- The column that this rule shall setconverter
- The converter to be used for this columnbeCaseSensitive
- Whether the rule shall compare the attribute names case sensitively
begin
public void begin(Attributes attributes)
throws Exception
-
- Throws:
Exception
Copyright © 2005 Apache Software Foundation. All Rights Reserved.