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.
|
getBaseColumn
getColumnInfo, setColumnInfo
public EditableColumn(ColumnData base)
public boolean isWritable()
true
.isWritable
in class WrapperColumn
public Object readValue(long irow) throws IOException
ColumnData
readValue
in class WrapperColumn
irow
- the row from which to retrieve the valueirow
IOException
- if there is some problem readingpublic void storeValue(long irow, Object value) throws IOException
ColumnData
isWritable
method returns true.
The implementation in the ColumnData
class throws
an UnsupportedOperationException
.storeValue
in class WrapperColumn
irow
- 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.