org.geotools.data.jdbc.fidmapper
Class DefaultFIDMapperFactory.ColumnInfo

Object
  extended by DefaultFIDMapperFactory.ColumnInfo
All Implemented Interfaces:
Comparable
Enclosing class:
DefaultFIDMapperFactory

protected class DefaultFIDMapperFactory.ColumnInfo
extends Object
implements Comparable

Simple class used as a struct to hold column informations used in this factory

Author:
Andrea Aime

Field Summary
 boolean autoIncrement
           
 String colName
           
 int dataType
           
 int decimalDigits
           
 int keySeq
           
 int size
           
 String typeName
           
 
Constructor Summary
protected DefaultFIDMapperFactory.ColumnInfo()
           
 
Method Summary
 int compareTo(Object o)
           
 String getColName()
          DOCUMENT ME!
 int getDataType()
          DOCUMENT ME!
 int getDecimalDigits()
          DOCUMENT ME!
 int getSize()
          DOCUMENT ME!
 String getTypeName()
           
 boolean isAutoIncrement()
          DOCUMENT ME!
 String toString()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

colName

public String colName

dataType

public int dataType

typeName

public String typeName

size

public int size

decimalDigits

public int decimalDigits

autoIncrement

public boolean autoIncrement

keySeq

public int keySeq
Constructor Detail

DefaultFIDMapperFactory.ColumnInfo

protected DefaultFIDMapperFactory.ColumnInfo()
Method Detail

compareTo

public int compareTo(Object o)
Specified by:
compareTo in interface Comparable
See Also:
Comparable.compareTo(java.lang.Object)

toString

public String toString()
Overrides:
toString in class Object

isAutoIncrement

public boolean isAutoIncrement()
DOCUMENT ME!

Returns:
Returns the autoIncrement.

getColName

public String getColName()
DOCUMENT ME!

Returns:
Returns the colName.

getDataType

public int getDataType()
DOCUMENT ME!

Returns:
Returns the dataType.

getTypeName

public String getTypeName()

getDecimalDigits

public int getDecimalDigits()
DOCUMENT ME!

Returns:
Returns the decimalDigits.

getSize

public int getSize()
DOCUMENT ME!

Returns:
Returns the size.


Copyright © 1996-2010 Geotools. All Rights Reserved.