org.knime.base.node.preproc.valcount
Class ValueCounterSettings

java.lang.Object
  extended by org.knime.base.node.preproc.valcount.ValueCounterSettings

public class ValueCounterSettings
extends Object

This class holds the settings for the value counter node.

Author:
Thorsten Meinl, University of Konstanz

Constructor Summary
ValueCounterSettings()
           
 
Method Summary
 String columnName()
          Returns the column name.
 void columnName(String columnName)
          Sets the column name.
 boolean hiliting()
           
 void hiliting(boolean b)
           
 void loadSettings(NodeSettingsRO settings)
          Loads the settings from the node settings object.
 void saveSettings(NodeSettingsWO settings)
          Save the settings into the node settings object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueCounterSettings

public ValueCounterSettings()
Method Detail

columnName

public void columnName(String columnName)
Sets the column name.

Parameters:
columnName - a column name

columnName

public String columnName()
Returns the column name.

Returns:
the column name

hiliting

public void hiliting(boolean b)
Parameters:
b - enable or disable hiliting

hiliting

public boolean hiliting()
Returns:
boolean for hilting

saveSettings

public void saveSettings(NodeSettingsWO settings)
Save the settings into the node settings object.

Parameters:
settings - node settings

loadSettings

public void loadSettings(NodeSettingsRO settings)
                  throws InvalidSettingsException
Loads the settings from the node settings object.

Parameters:
settings - node settings
Throws:
InvalidSettingsException - if settings are missing


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.