Package com.macrofocus.molap.table
Class TableColumn
- java.lang.Object
-
- com.macrofocus.molap.table.AbstractColumn
-
- com.macrofocus.molap.table.TableColumn
-
- All Implemented Interfaces:
Column
public class TableColumn extends AbstractColumn
-
-
Constructor Summary
Constructors Constructor Description TableColumn(Table table, int column)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
java.lang.String
getName()
Row
getRow(int row)
int
getRowCount()
java.lang.Class
getType()
java.lang.Object
getValueAt(int row)
int
hashCode()
java.lang.String
toString()
-
-
-
Constructor Detail
-
TableColumn
public TableColumn(Table table, int column)
-
-
Method Detail
-
getName
public java.lang.String getName()
-
getType
public java.lang.Class getType()
-
getRowCount
public int getRowCount()
-
getRow
public Row getRow(int row)
-
getValueAt
public java.lang.Object getValueAt(int row)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-