| Constructor and Description |
|---|
StringSetting() |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue()
Returns the current value of the setting.
|
Optional<String> |
invalidReason(String value)
The default is that any possible string is valid.
|
boolean |
isMultiLine()
Returns whether this string setting is multilined or not.
|
void |
setValue(String value)
Sets the value of the setting.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDefaultValue, getDescription, getName, getUniqueIdpublic String getValue()
Settingpublic void setValue(String value)
Settingpublic Optional<String> invalidReason(String value)
invalidReason in interface Setting<String>value - the value to be checked for validitypublic boolean isMultiLine()
Copyright © 2020 Solibri, Inc.. All rights reserved.