ColumnSizes.ColumnInfo Class

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

public static class ColumnSizes.ColumnInfo

    extends Object

Object describing a column.


Hierarchy
Object
  ColumnSizes.ColumnInfo
Enclosing class

ColumnSizes

Method Summary

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

Method Detail

getPrecision() Method

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


getScale() Method

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


getType() Method

public int getType()
The type of the column.


toString() Method

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

Overrides
Object.toString()