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, wait
getDefaultValue, getDescription, getName, getUniqueId
public String getValue()
Setting
public void setValue(String value)
Setting
public 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.