© 2005 BEA Systems, Inc.

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

java.lang.Object
  extended bycom.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

getPrecision

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


getScale

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


getType

public int getType()
The type of the column.


toString

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


© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved