|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.knime.base.node.meta.looper.columnlist.ColumnListLoopStartSettings
public class ColumnListLoopStartSettings
This class holds the settings for the column list loop start node.
| Constructor Summary | |
|---|---|
ColumnListLoopStartSettings()
|
|
| Method Summary | |
|---|---|
Collection<String> |
alwaysIncludeColumns()
Returns a collection with the columns that should always be included in all iterations. |
void |
alwaysIncludeColumns(Collection<String> colNames)
Sets the collection of columns that should always be included in all iterations. |
boolean |
iterateAllColumns()
Returns if always all columns should be iterated over. |
void |
iterateAllColumns(boolean b)
Sets if always all columns should be iterated over. |
void |
iterateOverColumn(Collection<String> colNames)
Sets the collection with the columns over which the loop should iterate. |
List<String> |
iterateOverColumns()
Returns a list with the columns over which the loop should iterate. |
void |
loadSettings(NodeSettingsRO settings)
Loads the settings from the node settings object. |
void |
loadSettingsForDialog(NodeSettingsRO settings)
Loads the settings from the node settings object, using default values if a setting is missing. |
void |
saveSettings(NodeSettingsWO settings)
Saves the settings to the node settings object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ColumnListLoopStartSettings()
| Method Detail |
|---|
public boolean iterateAllColumns()
true if all columns should be iterated over
(ignoring iterateOverColumns()), false if
the iterated columns should be set explicitlypublic void iterateAllColumns(boolean b)
b - true if all columns should be iterated over
(ignoring iterateOverColumns()), false if
the iterated columns should be set explicitlypublic Collection<String> alwaysIncludeColumns()
public void alwaysIncludeColumns(Collection<String> colNames)
colNames - a collection with column namespublic List<String> iterateOverColumns()
public void iterateOverColumn(Collection<String> colNames)
colNames - a list with column namespublic void saveSettings(NodeSettingsWO settings)
settings - a node settings object
public void loadSettings(NodeSettingsRO settings)
throws InvalidSettingsException
settings - a node settings object
InvalidSettingsException - if a setting is missingpublic void loadSettingsForDialog(NodeSettingsRO settings)
settings - a node settings object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||