|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.knime.base.node.preproc.cellsplit.CellSplitterUserSettings
org.knime.base.node.preproc.cellsplit.CellSplitterSettings
class CellSplitterSettings
Extends the user settings object to a general splitter settings object. In addition to the user settings it stores column types and number of columns, the values analyzed during execute. These values are not saved.
| Constructor Summary | |
|---|---|
CellSplitterSettings()
Creates a new settings object with no (or default) settings. |
|
CellSplitterSettings(NodeSettingsRO values)
Creates a new settings object with the value from the specified settings object. |
|
| Method Summary | |
|---|---|
(package private) void |
addColumnOfType(DataType type)
Adds the type of a new column at the end of the column list. |
(package private) int |
getNumOfColsGuessed()
|
(package private) DataType |
getTypeOfColumn(int colIdx)
Return the type of a column previously added. |
(package private) void |
replaceTypeOfColumn(int colIdx,
DataType newType)
Replaces the type of an already found column. |
| Methods inherited from class org.knime.base.node.preproc.cellsplit.CellSplitterUserSettings |
|---|
getColumnName, getDelimiter, getNumOfCols, getQuotePattern, getStatus, isGuessNumOfCols, isRemoveQuotes, isUseEmptyString, saveSettingsTo, setColumnName, setDelimiter, setGuessNumOfCols, setNumOfCols, setQuotePattern, setRemoveQuotes, setUseEmptyString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
CellSplitterSettings()
CellSplitterSettings(NodeSettingsRO values)
throws InvalidSettingsException
values - the config object to read the settings values from
InvalidSettingsException - if the values in the settings object are
incomplete.| Method Detail |
|---|
void addColumnOfType(DataType type)
type - the type of the new column.
void replaceTypeOfColumn(int colIdx,
DataType newType)
colIdx - the index of the column which gets a new typenewType - the new type of the specified columnDataType getTypeOfColumn(int colIdx)
colIdx - the column to get the type for.
int getNumOfColsGuessed()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||