org.knime.base.node.preproc.columnheaderinsert
Class ColumnHeaderInsertConfig

java.lang.Object
  extended by org.knime.base.node.preproc.columnheaderinsert.ColumnHeaderInsertConfig

final class ColumnHeaderInsertConfig
extends Object

Author:
Bernd Wiswedel, KNIME.com, Zurich, Switzerland

Constructor Summary
ColumnHeaderInsertConfig()
           
 
Method Summary
(package private)  String getLookupColumn()
           
(package private)  String getValueColumn()
           
(package private)  boolean isFailIfNoMatch()
           
(package private)  void loadConfigurationInDialog(NodeSettingsRO settings, DataTableSpec dictionaryTable)
           
(package private)  void loadConfigurationInModel(NodeSettingsRO settings)
           
(package private)  void saveConfiguration(NodeSettingsWO settings)
           
(package private)  void setFailIfNoMatch(boolean failIfNoMatch)
           
(package private)  void setLookupColumn(String lookupColumn)
           
(package private)  void setValueColumn(String valueColumn)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColumnHeaderInsertConfig

ColumnHeaderInsertConfig()
Method Detail

getLookupColumn

String getLookupColumn()
Returns:
the lookupColumn

setLookupColumn

void setLookupColumn(String lookupColumn)
Parameters:
lookupColumn - the lookupColumn to set

getValueColumn

String getValueColumn()
Returns:
the valueColumn

setValueColumn

void setValueColumn(String valueColumn)
Parameters:
valueColumn - the valueColumn to set

isFailIfNoMatch

boolean isFailIfNoMatch()
Returns:
the failIfNoMatch

setFailIfNoMatch

void setFailIfNoMatch(boolean failIfNoMatch)
Parameters:
failIfNoMatch - the failIfNoMatch to set

saveConfiguration

void saveConfiguration(NodeSettingsWO settings)

loadConfigurationInModel

void loadConfigurationInModel(NodeSettingsRO settings)
                        throws InvalidSettingsException
Throws:
InvalidSettingsException

loadConfigurationInDialog

void loadConfigurationInDialog(NodeSettingsRO settings,
                               DataTableSpec dictionaryTable)
                         throws NotConfigurableException
Throws:
NotConfigurableException


Copyright, 2003 - 2012. 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.