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 ? 2002-2006 Sun Microsystems, Inc. All Rights Reserved.