public class SetColumnPropertyFromSubElementRule
extends org.apache.commons.digester.Rule
| Constructor and Description |
|---|
SetColumnPropertyFromSubElementRule(Column column,
SqlTypeConverter converter)
Creates a new creation rule that sets the property corresponding to the given column.
|
| Modifier and Type | Method and Description |
|---|---|
void |
begin(Attributes attributes) |
void |
body(String text) |
void |
end() |
public SetColumnPropertyFromSubElementRule(Column column, SqlTypeConverter converter)
column - The column that this rule shall setconverter - The converter to be used for this columnpublic void begin(Attributes attributes) throws Exception
begin in class org.apache.commons.digester.RuleExceptionpublic void end()
throws Exception
end in class org.apache.commons.digester.RuleExceptionCopyright © 2005-2013 Apache Software Foundation. All Rights Reserved.