|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.digester.Rule
org.apache.ddlutils.io.SetColumnPropertyRule
public class SetColumnPropertyRule
A digester rule for setting a bean property that corresponds to a column.
Field Summary |
---|
Fields inherited from class org.apache.commons.digester.Rule |
---|
digester, namespaceURI |
Constructor Summary | |
---|---|
SetColumnPropertyRule(Column column,
SqlTypeConverter converter,
boolean beCaseSensitive)
Creates a new creation rule that sets the property corresponding to the given column. |
Method Summary | |
---|---|
void |
begin(org.xml.sax.Attributes attributes)
|
Methods inherited from class org.apache.commons.digester.Rule |
---|
begin, body, body, end, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SetColumnPropertyRule(Column column, SqlTypeConverter converter, boolean beCaseSensitive)
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 sensitivelyMethod Detail |
---|
public void begin(org.xml.sax.Attributes attributes) throws java.lang.Exception
begin
in class org.apache.commons.digester.Rule
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |