org.apache.ddlutils.io
Class SetColumnPropertyFromSubElementRule
java.lang.Object
org.apache.commons.digester.Rule
org.apache.ddlutils.io.SetColumnPropertyFromSubElementRule
- public class SetColumnPropertyFromSubElementRule
- extends Rule
A digester rule for setting a bean property that corresponds to a column
with the value derived from a sub element.
- Version:
- $Revision: 289996 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SetColumnPropertyFromSubElementRule
public SetColumnPropertyFromSubElementRule(Column column,
SqlTypeConverter converter)
- 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 column
begin
public void begin(Attributes attributes)
throws Exception
-
- Throws:
Exception
end
public void end()
throws Exception
-
- Throws:
Exception
body
public void body(String text)
throws Exception
-
- Throws:
Exception
Copyright © 2005-2006 Apache Software Foundation. All Rights Reserved.