Package knf.hydra.core.models.data
Class Setting.MultiChoice
-
- All Implemented Interfaces:
public final class Setting.MultiChoice extends Setting<String>
Represents a simple multi choice setting
-
-
Field Summary
Fields Modifier and Type Field Description private final List<ChoiceItem>options
-
Constructor Summary
Constructors Constructor Description Setting.MultiChoice(String title, String description, String key, String default, List<ChoiceItem> options)
-
Method Summary
Modifier and Type Method Description final List<ChoiceItem>getOptions()-
-
Method Detail
-
getOptions
final List<ChoiceItem> getOptions()
-
-
-
-