public class ConfigElementByteArray extends ConfigElementAbstractSimple<byte[]>
Constructor and Description |
---|
ConfigElementByteArray(String id,
byte[] defaultValue,
AbstractDisplayOption displayOptions)
Creates a new config element with the given properties.
|
Modifier and Type | Method and Description |
---|---|
protected void |
load(ConfigBaseRO settings)
Load value from argument.
|
protected void |
save(ConfigBaseWO settings)
Save settings to argument.
|
getDefaultValue, getValue, setValue
getDisplayOptions
getID
public ConfigElementByteArray(String id, byte[] defaultValue, AbstractDisplayOption displayOptions)
id
- The identifier of this element.defaultValue
- Its default value.displayOptions
- The associated display options (may be null).protected void save(ConfigBaseWO settings)
save
in class AbstractConfigElement
settings
- To save to.protected void load(ConfigBaseRO settings) throws InvalidSettingsException
load
in class AbstractConfigElement
settings
- To load from.InvalidSettingsException
- If that fails.
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.