net.sourceforge.sqlunit.handlers
Class TypeDefHandler

java.lang.Object
  extended by net.sourceforge.sqlunit.handlers.TypeDefHandler
All Implemented Interfaces:
IHandler

public class TypeDefHandler
extends java.lang.Object
implements IHandler

Handles a typedef element, child of a typemap element.

Version:
$Revision: 1.1 $
Author:
Douglas Kvidera (dkvidera@users.sourceforge.net) - 05/12/06

Constructor Summary
TypeDefHandler()
           
 
Method Summary
 java.lang.Object process(org.jdom.Element elTypeDef)
          Processes the JDOM Element representing the typedef tag returns the TypeDef object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeDefHandler

public TypeDefHandler()
Method Detail

process

public java.lang.Object process(org.jdom.Element elTypeDef)
                         throws java.lang.Exception
Processes the JDOM Element representing the typedef tag returns the TypeDef object.

Specified by:
process in interface IHandler
Parameters:
elTypeDef - the JDOM Element representing the typdef tag.
Returns:
a TypeDef object. Client needs to cast to a TypeDef.
Throws:
java.lang.Exception - if something went wrong processing the typdef.