public interface IObjectBooleanDefaultProperties
Modifier and Type | Method and Description |
---|---|
Boolean |
getBooleanDefault()
Default Boolean used by isBooleanDefault and isBooleanNotDefault.
|
void |
setBooleanDefault(Boolean defaultBoolean)
Changes the default object used by isBooleanDefault and isBooleanNotDefault.
|
Boolean getBooleanDefault()
By default a Boolean is Boolean.False
void setBooleanDefault(Boolean defaultBoolean)
defaultBoolean
- new default object to setThe MIT License (MIT) - Copyright © 2014-2015 Keld Oelykke. All Rights Reserved.