public class Setting<T> extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Setting(SettingType unbounded,
Class<T> valueType,
String helpMessage) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHelpMessage() |
SettingType |
getSettingType() |
T |
getValue() |
Class<T> |
getValueType() |
protected void |
setValue(T value) |
protected Setting(SettingType unbounded, Class<T> valueType, String helpMessage)
Copyright © 2017. All rights reserved.