org.knime.core.node.config
Class Config.DataCellEntry.DateAndTimeCellEntry

java.lang.Object
  extended by org.knime.core.node.config.Config.DataCellEntry.DateAndTimeCellEntry
All Implemented Interfaces:
Config.DataCellEntry
Enclosing interface:
Config.DataCellEntry

public static final class Config.DataCellEntry.DateAndTimeCellEntry
extends Object
implements Config.DataCellEntry

DateAndTimeCell entry.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.knime.core.node.config.Config.DataCellEntry
Config.DataCellEntry.ComplexNumberCellEntry, Config.DataCellEntry.DateAndTimeCellEntry, Config.DataCellEntry.DoubleCellEntry, Config.DataCellEntry.FuzzyIntervalCellEntry, Config.DataCellEntry.FuzzyNumberCellEntry, Config.DataCellEntry.IntCellEntry, Config.DataCellEntry.MissingCellEntry, Config.DataCellEntry.StringCellEntry
 
Field Summary
static Class<DateAndTimeCell> CLASS
          DateAndTimeCell.class.
 
Constructor Summary
Config.DataCellEntry.DateAndTimeCellEntry()
           
 
Method Summary
 DataCell createCell(ConfigRO config)
          Create DataCell on given Config.
 void saveToConfig(DataCell cell, Config config)
          Save this DataCell to the given Config.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS

public static final Class<DateAndTimeCell> CLASS
DateAndTimeCell.class.

Constructor Detail

Config.DataCellEntry.DateAndTimeCellEntry

public Config.DataCellEntry.DateAndTimeCellEntry()
Method Detail

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.