public class EditableColumn extends WrapperColumn
Constructor | Description |
---|---|
EditableColumn(ColumnData base) |
Constructs a new EditableColumn based on an existing column.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
isWritable() |
Returns true.
|
java.lang.Object |
readValue(long irow) |
Returns the value stored at a given row in this column.
|
void |
storeValue(long irow,
java.lang.Object value) |
Stores a given value in a given row for this column.
|
getColumnInfo, setColumnInfo
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getBaseColumn
public EditableColumn(ColumnData base)
public boolean isWritable()
isWritable
in class WrapperColumn
public java.lang.Object readValue(long irow) throws java.io.IOException
ColumnData
readValue
in class WrapperColumn
irow
- the row from which to retrieve the valuejava.io.IOException
- if there is some problem readingpublic void storeValue(long irow, java.lang.Object value) throws java.io.IOException
ColumnData
storeValue
in class WrapperColumn
irow
- the row to store it invalue
- the object to storejava.io.IOException
- if there is some problem writingCopyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.