public interface NodeSettingsWO extends ConfigWO
NodeSettingsWO
interface.Modifier and Type | Method and Description |
---|---|
void |
addNodeSettings(NodeSettings settings)
Add the given
NodeSettings object to this Config using the
key of the argument's NodeSettings . |
NodeSettingsWO |
addNodeSettings(String key)
Creates new
NodeSettingsWO object for the given key and
returns it. |
addConfig, addDataCell, addDataCellArray, addDataType, addDataTypeArray, addRowKey, addRowKeyArray
addBoolean, addBooleanArray, addByte, addByteArray, addChar, addCharArray, addConfigBase, addDouble, addDoubleArray, addFloat, addFloatArray, addInt, addIntArray, addLong, addLongArray, addPassword, addShort, addShortArray, addString, addStringArray, addTransientString, getKey
NodeSettingsWO addNodeSettings(String key)
NodeSettingsWO
object for the given key and
returns it.key
- The identifier for the given config.NodeSettingsWO
object.void addNodeSettings(NodeSettings settings)
NodeSettings
object to this Config using the
key of the argument's NodeSettings
.settings
- The object to add to this Config
.
KNIME GmbH, Konstanz, Germany
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.