public class MapEntryBean extends java.lang.Object implements NullValueHolder
Configuration bean for <map-entry> element.
| Constructor and Description |
|---|
MapEntryBean() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getKey() |
java.lang.String |
getValue() |
boolean |
isNullValue()
Return a flag indicating that the value of the parent
compoennt should be set to
null. |
void |
setKey(java.lang.String key) |
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 getKey()
public void setKey(java.lang.String key)
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.