Class SetColumnPropertyFromSubElementRule
java.lang.Object
org.apache.commons.digester.Rule
edu.internet2.middleware.grouper.ext.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 $
-
Field Summary
Fields inherited from class org.apache.commons.digester.Rule
digester, namespaceURI
-
Constructor Summary
ConstructorsConstructorDescriptionSetColumnPropertyFromSubElementRule
(Column column, SqlTypeConverter converter) Creates a new creation rule that sets the property corresponding to the given column. -
Method Summary
Methods inherited from class org.apache.commons.digester.Rule
begin, body, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI
-
Constructor Details
-
SetColumnPropertyFromSubElementRule
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
-
-
Method Details