final class ConstantValueColumnConfig extends Object
Modifier and Type | Field and Description |
---|---|
(package private) static String |
VALUE
The config key for the value.
|
Constructor and Description |
---|
ConstantValueColumnConfig() |
Modifier and Type | Method and Description |
---|---|
TypeCellFactory |
getCellFactory() |
String |
getDateFormat() |
String |
getNewColumnName() |
String |
getReplacedColumn() |
String |
getValue() |
(package private) void |
loadInDialog(NodeSettingsRO settings,
DataTableSpec in)
Load config in dialog.
|
(package private) void |
loadInModel(NodeSettingsRO settings)
Load config in node model.
|
(package private) void |
save(NodeSettingsWO settings)
Save current configuration.
|
void |
setCellFactory(TypeCellFactory cellFactory) |
void |
setDateFormat(String dateFormat) |
void |
setNewColumnName(String newColumnName) |
void |
setReplacedColumn(String replacedColumn) |
void |
setValue(String value) |
static final String VALUE
public String getReplacedColumn()
public void setReplacedColumn(String replacedColumn)
replacedColumn
- the replacedColumn to setpublic String getNewColumnName()
public void setNewColumnName(String newColumnName)
newColumnName
- the newColumnName to setpublic String getValue()
public void setValue(String value)
value
- the value to setpublic TypeCellFactory getCellFactory()
public void setCellFactory(TypeCellFactory cellFactory)
cellFactory
- the cellFactory to setvoid save(NodeSettingsWO settings)
settings
- To save to.void loadInModel(NodeSettingsRO settings) throws InvalidSettingsException
settings
- To load from.InvalidSettingsException
- If invalid.void loadInDialog(NodeSettingsRO settings, DataTableSpec in)
settings
- To load fromin
- Current input specpublic String getDateFormat()
public void setDateFormat(String dateFormat)
dateFormat
- the dateFormat to set
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.