public class MapEntryBean extends Object implements NullValueHolder
Configuration bean for <map-entry> element.
| Constructor and Description |
|---|
MapEntryBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
String |
getValue() |
boolean |
isNullValue()
Return a flag indicating that the value of the parent
compoennt should be set to
null. |
void |
setKey(String key) |
void |
setNullValue(boolean nullValue)
Set a flag indicating that the value of the parent
component should be set to
null. |
void |
setValue(String value) |
public String getKey()
public void setKey(String key)
public String getValue()
public void setValue(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 © 2010–2020 JBoss by Red Hat. All rights reserved.