public class UnboundedSetting<T> extends Object implements SettingContainer<T>
| Modifier | Constructor and Description |
|---|---|
protected |
UnboundedSetting(T defaultValue,
Class<T> valueType,
String helpMessage) |
| Modifier and Type | Method and Description |
|---|---|
Setting<T> |
getSetting() |
void |
setValue(T value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetValue, setFromStringValuepublic Setting<T> getSetting()
getSetting in interface SettingContainer<T>public void setValue(T value)
setValue in interface SettingContainer<T>Copyright © 2017. All rights reserved.