|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConfigWO
Write-only interface for Config objects providing only access
functions.
| Method Summary | |
|---|---|
Config |
addConfig(String key)
Creates and adds a new Config to this Config
by the given key. |
void |
addDataCell(String key,
DataCell cell)
Adds this DataCell object to the Config by the given key. |
void |
addDataCellArray(String key,
DataCell... values)
Adds an array of DataCell objects to this Config. |
void |
addDataType(String key,
DataType type)
Adds this DataType object value to the Config by the given key. |
void |
addDataTypeArray(String key,
DataType... values)
Adds an array of DataType objects to this Config. |
void |
addRowKey(String key,
RowKey rowKey)
Adds this RowKey object to this Config by the given key. |
void |
addRowKeyArray(String key,
RowKey... rowKey)
Adds this RowKey array to this Config by the given key. |
| Methods inherited from interface org.knime.core.node.config.base.ConfigBaseWO |
|---|
addBoolean, addBooleanArray, addByte, addByteArray, addChar, addCharArray, addConfigBase, addDouble, addDoubleArray, addFloat, addFloatArray, addInt, addIntArray, addLong, addLongArray, addShort, addShortArray, addString, addStringArray, getKey |
| Method Detail |
|---|
Config addConfig(String key)
Config to this Config
by the given key.
key - The key for the config to add.
Config object.
void addDataCell(String key,
DataCell cell)
key - The key.cell - The DataCell to add.
void addRowKey(String key,
RowKey rowKey)
RowKey object to this Config by the given key.
The row key can be null.
key - identifier used to store and the load the RowKeyrowKey - value to store
void addRowKeyArray(String key,
RowKey... rowKey)
RowKey array to this Config by the given key.
The row key array can be null.
key - identifier used to store and the load the RowKey
arrayrowKey - array to store
void addDataType(String key,
DataType type)
key - The key.type - The DataType object to add.
void addDataCellArray(String key,
DataCell... values)
key - The key.values - The data cells, elements can be null.
void addDataTypeArray(String key,
DataType... values)
key - The key.values - The data types, elements can be null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||