public class EditableColumn extends WrapperColumn
| Constructor and Description |
|---|
EditableColumn(ColumnData base)
Constructs a new EditableColumn based on an existing column.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isWritable()
Returns
true. |
Object |
readValue(long irow)
Returns the value stored at a given row in this column.
|
void |
storeValue(long irow,
Object value)
Stores a given value in a given row for this column.
|
getBaseColumngetColumnInfo, setColumnInfopublic EditableColumn(ColumnData base)
public boolean isWritable()
true.isWritable in class WrapperColumnpublic Object readValue(long irow) throws IOException
ColumnDatareadValue in class WrapperColumnirow - the row from which to retrieve the valueirowIOException - if there is some problem readingpublic void storeValue(long irow,
Object value)
throws IOException
ColumnDataisWritable method returns true.
The implementation in the ColumnData class throws
an UnsupportedOperationException.storeValue in class WrapperColumnirow - the row to store it invalue - the object to storeIOException - if there is some problem writingCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.