|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NodeSettingsRO
Read-only interface for NodeSettingsRO objects.
| Method Summary | |
|---|---|
void |
copyTo(ConfigWO dest)
Copies this NodeSettings instance into a write-only
ConfigWO. |
NodeSettingsRO |
getNodeSettings(String key)
Returns a read-only NodeSettingsRO object from this config. |
| Methods inherited from interface org.knime.core.node.config.ConfigRO |
|---|
getConfig, getDataCell, getDataCell, getDataCellArray, getDataCellArray, getDataType, getDataType, getDataTypeArray, getDataTypeArray, getRowKey, getRowKey, getRowKeyArray, getRowKeyArray, iterator |
| Methods inherited from interface org.knime.core.node.config.base.ConfigBaseRO |
|---|
containsKey, copyTo, getBoolean, getBoolean, getBooleanArray, getBooleanArray, getByte, getByte, getByteArray, getByteArray, getChar, getChar, getCharArray, getCharArray, getConfigBase, getDouble, getDouble, getDoubleArray, getDoubleArray, getFloat, getFloat, getFloatArray, getFloatArray, getInt, getInt, getIntArray, getIntArray, getKey, getLong, getLong, getLongArray, getLongArray, getShort, getShort, getShortArray, getShortArray, getString, getString, getStringArray, getStringArray, keySet, saveToXML |
| Methods inherited from interface javax.swing.tree.TreeNode |
|---|
children, getAllowsChildren, getChildAt, getChildCount, getIndex, getParent, isLeaf |
| Method Detail |
|---|
NodeSettingsRO getNodeSettings(String key)
throws org.knime.core.node.InvalidSettingsException
NodeSettingsRO object from this config.
key - The identifier.
NodeSettingsRO object.
InvalidSettingsException - If the object can't be accessed.void copyTo(ConfigWO dest)
NodeSettings instance into a write-only
ConfigWO.
dest - the ConfigWO to write this instance to.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||