| Package | Description |
|---|---|
| de.torqdev.easysettings.core |
| Modifier and Type | Method and Description |
|---|---|
SettingType |
Setting.getSettingType() |
static SettingType |
SettingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SettingType[] |
SettingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,SettingType> |
SettingsImpl.getSettingTypes() |
Map<String,SettingType> |
Settings.getSettingTypes()
This function allows you to get all setting types by key.
|
| Constructor and Description |
|---|
Setting(SettingType unbounded,
Class<T> valueType,
String helpMessage) |
Copyright © 2017. All rights reserved.