|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.sqlunit.handlers.ColHandler
public class ColHandler
The ColHandler processes a JDOM Col element and returns a Col bean.
| Constructor Summary | |
|---|---|
ColHandler()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
process(org.jdom.Element elCol)
Processes a JDOM Element representing a database column. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ColHandler()
| Method Detail |
|---|
public final java.lang.Object process(org.jdom.Element elCol)
throws java.lang.Exception
process in interface IHandlerelCol - the JDOM Element to use.
java.lang.Exception - if there was a problem creating the Col object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||