Package net.solarnetwork.node.settings
Class SettingsImportOptions
java.lang.Object
net.solarnetwork.node.settings.SettingsImportOptions
Options for importing settings.
- Version:
- 1.0
- Author:
- matt
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet the "add only" flag.voidsetAddOnly(boolean addOnly) Set the "add only" flag.
-
Constructor Details
-
SettingsImportOptions
public SettingsImportOptions()
-
-
Method Details
-
isAddOnly
public boolean isAddOnly()Get the "add only" flag.- Returns:
- the flag
-
setAddOnly
public void setAddOnly(boolean addOnly) Set the "add only" flag.- Parameters:
addOnly- the flag value to set
-