public static class UserStringSettingFactory.UserSetting<D> extends AbstractUserSettingFactory.UserSetting<D>
DEBUG, recordMAX_IDENTIFIER| Modifier | Constructor and Description |
|---|---|
protected |
UserSetting(Repository.Record r) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue() |
D |
getValue(PreferenceSetting<D> pref) |
void |
setValue(PreferenceSetting<D> pref,
D val) |
setName, setPersonaddToMap, addToMap, addToMap, commit, delete, empty, equals, formUpdate, getContext, getDatabaseService, getFactoryTag, getID, getIdentifier, getIdentifier, getLogger, getMap, getMap, getOwningFactory, getRecord, getRecord, getRecord, getSQLContext, getUniqueIdName, hashCode, isLocked, lock, post_commit, postCreate, pre_commit, release, setContents, setDirty, setMap, toStringprotected UserSetting(Repository.Record r)
r - public java.lang.String getValue()
public D getValue(PreferenceSetting<D> pref)
getValue in class AbstractUserSettingFactory.UserSetting<D>public void setValue(PreferenceSetting<D> pref, D val)
setValue in class AbstractUserSettingFactory.UserSetting<D>