net.sourceforge.sqlunit.types
Class ArrayType

java.lang.Object
  extended by net.sourceforge.sqlunit.types.UnsupportedType
      extended by net.sourceforge.sqlunit.types.ArrayType
All Implemented Interfaces:
java.lang.Comparable, IType

public class ArrayType
extends UnsupportedType

Models an Array type.

Version:
$Revision: 1.7 $
Author:
Ralph Brendler (rbrendler@users.sourceforge.net), Sujit Pal (spal@users.sourceforge.net)

Constructor Summary
ArrayType()
           
 
Method Summary
protected  java.lang.String format(java.lang.Object obj)
          Formats an Array object into a String representation of the Array.
 
Methods inherited from class net.sourceforge.sqlunit.types.UnsupportedType
compareTo, equals, formatString, getId, getName, getValue, hashCode, parse, setId, setName, setValue, toObject, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayType

public ArrayType()
Method Detail

format

protected java.lang.String format(java.lang.Object obj)
                           throws SQLUnitException
Formats an Array object into a String representation of the Array.

Overrides:
format in class UnsupportedType
Parameters:
obj - an Object to be converted to the IType interface.
Returns:
the String representation of the object.
Throws:
SQLUnitException - if the formatting failed.