T - type which needs to be adaptedpublic abstract class BaseBooleanTypeAdapter<T> extends java.lang.Object implements StoreBoxTypeAdapter<T,java.lang.Boolean>
StoreBoxTypeAdapter which should be extended in order to provide
an adapter implementation for storing T as a Boolean.| Modifier and Type | Field and Description |
|---|---|
protected boolean |
DEFAULT |
| Constructor and Description |
|---|
BaseBooleanTypeAdapter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getDefaultValue() |
StoreType |
getStoreType() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadaptForPreferences, adaptFromPreferencespublic final StoreType getStoreType()
getStoreType in interface StoreBoxTypeAdapter<T,java.lang.Boolean>public java.lang.Boolean getDefaultValue()
getDefaultValue in interface StoreBoxTypeAdapter<T,java.lang.Boolean>