T
- The setting typepublic abstract static class Preferences.AbstractSetting<T> extends Object implements Preferences.Setting<T>
Constructor and Description |
---|
AbstractSetting(T value)
Constructs a new
AbstractSetting with the given value |
Modifier and Type | Method and Description |
---|---|
T |
getValue()
Returns the value of this setting.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getNullInstance, visit
public AbstractSetting(T value)
AbstractSetting
with the given valuevalue
- The setting valuepublic T getValue()
Preferences.Setting
getValue
in interface Preferences.Setting<T>