jxUtil 0.6

org.sourceforge.jxutil.dbtest.universal
Class TypeTest.AbstractTypeDecorator

java.lang.Object
  |
  +--org.sourceforge.jxutil.dbtest.universal.TypeTest.TypeDecorator
        |
        +--org.sourceforge.jxutil.dbtest.universal.TypeTest.AbstractTypeDecorator
All Implemented Interfaces:
Iterator
Direct Known Subclasses:
BlobTypeTest.SetBlobGetBlob, BlobTypeTest.SetBlobGetBytes, BlobTypeTest.SetBytesGetBlob, BlobTypeTest.SetBytesGetBytes, DateTypeTest.SetDateGetString, DateTypeTest.SetDateGetTimestamp, DateTypeTest.SetTimestampGetDate, DateTypeTest.SetTimestampGetObject, DateTypeTest.SetTimestampGetString, DateTypeTest.SetTimestampGetTimestamp, TimestampTypeTest.SetDateGetDate, TimestampTypeTest.SetDateGetObject, TimestampTypeTest.SetDateGetString, TimestampTypeTest.SetDateGetTime, TimestampTypeTest.SetDateGetTimestamp, TimestampTypeTest.SetTimestampGetDate, TimestampTypeTest.SetTimestampGetString, TimestampTypeTest.SetTimestampGetTime, TimeTypeTest.SetTimeGetString, TimeTypeTest.SetTimeGetTimestamp, TimeTypeTest.SetTimestampGetObject, TimeTypeTest.SetTimestampGetString, TimeTypeTest.SetTimestampGetTime, TimeTypeTest.SetTimestampGetTimestamp, TypeTest.DefaultTypeDecorator
Enclosing class:
TypeTest

public abstract static class TypeTest.AbstractTypeDecorator
extends TypeTest.TypeDecorator


Field Summary
protected  int inType
           
protected  int outType
           
static int OVRNONE
           
protected  int ovrType
           
 
Fields inherited from class org.sourceforge.jxutil.dbtest.universal.TypeTest.TypeDecorator
iter
 
Constructor Summary
TypeTest.AbstractTypeDecorator(TypeTest.TypeDataGenerator iter, int outType, int inType, int ovrType)
           
 
Method Summary
 String toString()
           
protected  TypeTest.TestValue tv(Object out, Object in)
           
 
Methods inherited from class org.sourceforge.jxutil.dbtest.universal.TypeTest.TypeDecorator
hasNext, remove, reset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Iterator
next
 

Field Detail

inType

protected final int inType

outType

protected final int outType

OVRNONE

public static final int OVRNONE
See Also:
Constant Field Values

ovrType

protected final int ovrType
Constructor Detail

TypeTest.AbstractTypeDecorator

public TypeTest.AbstractTypeDecorator(TypeTest.TypeDataGenerator iter,
                                      int outType,
                                      int inType,
                                      int ovrType)
Method Detail

toString

public final String toString()
Overrides:
toString in class Object

tv

protected final TypeTest.TestValue tv(Object out,
                                      Object in)

jxUtil 0.6

Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.