T
- the type of the value of this setting, this value has to be JSON serializablepublic interface ObjectSetting<T> extends VisibilitySetting
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAsString(T value)
Convert the value to String
|
T |
getObject(java.lang.String value)
Convert the value String to the actual type
|
getTranslationKey, getTyp, name
T getObject(java.lang.String value)
value
- as Stringjava.lang.String getAsString(T value)
value
- a value for this SettingTypCopyright © 2010-2022 by i-net software GmbH