org.knime.core.node.config
Class Config.DataCellEntry.IntCellEntry
java.lang.Object
org.knime.core.node.config.Config.DataCellEntry.IntCellEntry
- All Implemented Interfaces:
- Config.DataCellEntry
- Enclosing interface:
- Config.DataCellEntry
public static final class Config.DataCellEntry.IntCellEntry
- extends Object
- implements Config.DataCellEntry
IntCell
entry.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLASS
public static final Class<IntCell> CLASS
IntCell.class
.
Config.DataCellEntry.IntCellEntry
public Config.DataCellEntry.IntCellEntry()
saveToConfig
public void saveToConfig(DataCell cell,
Config config)
- Save this
DataCell
to the given Config
.
- Specified by:
saveToConfig
in interface Config.DataCellEntry
- Parameters:
cell
- The DataCell
to save.config
- To this Config
.
createCell
public DataCell createCell(ConfigRO config)
throws InvalidSettingsException
- Create
DataCell
on given Config
.
- Specified by:
createCell
in interface Config.DataCellEntry
- Parameters:
config
- Used to read DataCell
from.
- Returns:
- A new
DataCell
object.
- Throws:
InvalidSettingsException
- If the cell could not be loaded.
Copyright, 2003 - 2010. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display,
or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the
copyright owner or as specified in the license file distributed with this product.