org.knime.core.node.defaultnodesettings
Interface SettingsModelFlowVariableCompatible

All Known Implementing Classes:
SettingsModelDouble, SettingsModelDoubleBounded, SettingsModelInteger, SettingsModelIntegerBounded, SettingsModelOddIntegerBounded

public interface SettingsModelFlowVariableCompatible

Interface for a @link SettingsModel which can be represented by a FlowVariable. This allows DefaultNodeDialogPane implementations to easily use Variables for compatible SettingsModels/DialogComponents.

Author:
Michael Berthold, University of Konstanz

Method Summary
 FlowVariable.Type getFlowVariableType()
           
 String getKey()
           
 

Method Detail

getKey

String getKey()
Returns:
key of the settings object.

getFlowVariableType

FlowVariable.Type getFlowVariableType()
Returns:
required type of the FlowVariable replacing these settings.


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.