© 2003 BEA Systems, Inc.

com.bea.p13n.content.document.ref.loader
Class ColumnSizes.ColumnInfo

java.lang.Object
  |
  +--com.bea.p13n.content.document.ref.loader.ColumnSizes.ColumnInfo
Enclosing class:
ColumnSizes

public static class ColumnSizes.ColumnInfo
extends Object

Object describing a column.


Method Summary
 int getPrecision()
          The maximum precision/size of the column.
 int getScale()
          The maximum scale of the column.
 int getType()
          The type of the column.
 String toString()
          Get a string representation of this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getType

public int getType()
The type of the column.


getPrecision

public int getPrecision()
The maximum precision/size of the column.


getScale

public int getScale()
The maximum scale of the column.


toString

public String toString()
Get a string representation of this object.

Overrides:
toString in class Object

© 2003 BEA Systems, Inc.

Copyright © 2003 BEA Systems, Inc. All Rights Reserved