|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectuk.ac.starlink.table.ColumnData
uk.ac.starlink.table.BlankColumn
public class BlankColumn
Represents a column with metadata but no data. Every cell returns null, and is not writable.
| Constructor Summary | |
|---|---|
BlankColumn(ColumnInfo colinfo)
Constructs a new column based on a given column metadata object. |
|
| Method Summary | |
|---|---|
java.lang.Object |
readValue(long irow)
Returns column value, which is always null. |
| Methods inherited from class uk.ac.starlink.table.ColumnData |
|---|
getColumnInfo, isWritable, setColumnInfo, storeValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BlankColumn(ColumnInfo colinfo)
colinfo - metadata for column| Method Detail |
|---|
public java.lang.Object readValue(long irow)
readValue in class ColumnDatairow - row index
|
Copyright © 2004 CLRC: Central Laboratory of the Research Councils. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||