public interface SettingGroup
Modifier and Type | Method and Description |
---|---|
default String |
getName()
The internationalized name of the setting group.
|
List<Class<? extends Setting<?>>> |
getSettings()
Returns the classes of the individual custom settings included in this group.
|
String |
getUniqueId()
The unique ID of the setting group.
|
String getUniqueId()
default String getName()
List<Class<? extends Setting<?>>> getSettings()
Copyright © 2020 Solibri, Inc.. All rights reserved.