Package net.solarnetwork.settings
Interface ParentSettingSpecifier
- All Superinterfaces:
SettingSpecifier
- All Known Implementing Classes:
BasicParentSettingSpecifier
A placeholder setting for a list of "child" settings.
- Version:
- 1.0
- Author:
- matt
-
Method Summary
Modifier and TypeMethodDescriptionGet the settings in this parent.Methods inherited from interface net.solarnetwork.settings.SettingSpecifier
getTitle, getType
-
Method Details
-
getChildSettings
List<SettingSpecifier> getChildSettings()Get the settings in this parent.- Returns:
- the list of child settings
-