psdi.iface.intertables

Class ColumnInfo

  • java.lang.Object
    • psdi.iface.intertables.ColumnInfo


  • public class ColumnInfo
    extends java.lang.Object
    Describes External Data
    • Constructor Summary

      Constructors 
      Constructor and Description
      ColumnInfo()
      Construct the ColumnInfo
    • Constructor Detail

      • ColumnInfo

        public ColumnInfo()
        Construct the ColumnInfo
    • Method Detail

      • getColumnValue

        public java.lang.String getColumnValue()
        Return the value for the column.
        Returns:
        value for the column.
      • isValueNull

        public boolean isValueNull()
        Return the value for the column.
        Returns:
        value for the column.
      • setColumnValue

        public void setColumnValue(java.lang.String c)
        Set the value for the column.
        Parameters:
        c - Give value.
      • getMboValueInfo

        public MboValueInfo getMboValueInfo()
        Return the MboValueInfo of the column
        Returns:
        the MboValueInfo of the column
      • setMboValueInfo

        public void setMboValueInfo(MboValueInfo e)
        Set the MboValueInfo of the column
        Parameters:
        e - Give MboValueInfo of the column.
      • getMaxType

        public int getMaxType()
        Return the MboValueInfo of the column
        Returns:
        the MboValueInfo of the column
      • setMaxType

        public void setMaxType(int maxType)
        Set the MboValueInfo of the column
        Parameters:
        e - Give MboValueInfo of the column.
      • toString

        public java.lang.String toString()
        Dump the details of the ColumnInfo object. Use for debugging only !
        Overrides:
        toString in class java.lang.Object