public class ListEntryBean extends java.lang.Object implements NullValueHolder
Configuration bean for <list-entry> element.
| Constructor and Description |
|---|
ListEntryBean() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue() |
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. |
void |
setValue(java.lang.String value) |
public java.lang.String getValue()
public void setValue(java.lang.String value)
public boolean isNullValue()
NullValueHolderReturn a flag indicating that the value of the parent
compoennt should be set to null.
isNullValue in interface NullValueHolderpublic void setNullValue(boolean nullValue)
NullValueHolderSet a flag indicating that the value of the parent
component should be set to null.
setNullValue in interface NullValueHoldernullValue - The new null value flagCopyright ? 2002-2006 Sun Microsystems, Inc. All Rights Reserved.