org.apache.ddlutils.io
Class SetColumnPropertyFromSubElementRule
java.lang.Object
org.apache.commons.digester.Rule
org.apache.ddlutils.io.SetColumnPropertyFromSubElementRule
public class SetColumnPropertyFromSubElementRule
- extends org.apache.commons.digester.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 $
Fields inherited from class org.apache.commons.digester.Rule |
digester, namespaceURI |
Method Summary |
void |
begin(org.xml.sax.Attributes attributes)
|
void |
body(java.lang.String text)
|
void |
end()
|
Methods inherited from class org.apache.commons.digester.Rule |
begin, body, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI |
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(org.xml.sax.Attributes attributes)
throws java.lang.Exception
-
- Overrides:
begin
in class org.apache.commons.digester.Rule
- Throws:
java.lang.Exception
end
public void end()
throws java.lang.Exception
-
- Overrides:
end
in class org.apache.commons.digester.Rule
- Throws:
java.lang.Exception
body
public void body(java.lang.String text)
throws java.lang.Exception
-
- Overrides:
body
in class org.apache.commons.digester.Rule
- Throws:
java.lang.Exception
Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.