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, setColumnInfoclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBaseColumnpublic EditableColumn(ColumnData base)
public boolean isWritable()
isWritable in class WrapperColumnpublic java.lang.Object readValue(long irow)
throws java.io.IOException
ColumnDatareadValue in class WrapperColumnirow - 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
ColumnDatastoreValue in class WrapperColumnirow - 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.