public interface NullValueHolder
Interface denoting a configuration bean that stores a
nullValue property.
| Modifier and Type | Method and Description |
|---|---|
boolean |
isNullValue()
Return a flag indicating that the value of the parent
compoennt should be set to
null. |
void |
setNullValue(boolean nullValue)
Set a flag indicating that the value of the parent
component should be set to
null. |
boolean isNullValue()
Return a flag indicating that the value of the parent
compoennt should be set to null.
void setNullValue(boolean nullValue)
Set a flag indicating that the value of the parent
component should be set to null.
nullValue - The new null value flagCopyright © 2010–2020 JBoss by Red Hat. All rights reserved.