public interface IObjectStringDefaultProperties
Modifier and Type | Method and Description |
---|---|
String |
getStringDefault()
Default String used by isStringDefault and isStringNotDefault.
|
void |
setStringDefault(String defaultString)
Changes the default object used by isStringDefault and isStringNotDefault.
|
String getStringDefault()
By default a String is "" (empty string)
void setStringDefault(String defaultString)
defaultString
- new default object to setThe MIT License (MIT) - Copyright © 2014-2015 Keld Oelykke. All Rights Reserved.