public static interface PropertyConfiguration.PropertyConfigurationEditor extends PropertyConfiguration
PropertyConfiguration editor interface to provide configuration parameters management.PropertyConfiguration.PropertyConfigurationEditorParameterSet.Builder<S extends ParameterSet>| Modifier and Type | Method and Description |
|---|---|
void |
addParameter(String name,
Object value)
Add a configuration parameter.
|
void |
removeParameter(String name)
Remove the parameter named
name, if exists. |
void |
setTemporalType(TemporalType temporalType)
|
clone, create, getTemporalTypebuilder, empty, forEachParameter, getParameter, getParameter, getParameter, getParameter, getParameter, getParameterIf, getParameterIf, hasNotNullParameter, hasNotNullParameter, hasParameter, hasParameter, hasParameters, hasParameterValue, hasParameterValuevoid addParameter(String name, Object value)
name already exists, its value will be replaced
by the new value.name - Parameter name to add (not null)value - Parameter valuevoid removeParameter(String name)
name, if exists.name - Parameter name to remove (not null)void setTemporalType(TemporalType temporalType)
temporalType - the TemporalType to setCopyright © 2019 The Holon Platform. All rights reserved.