public class ManagedPropertyBean extends FeatureBean implements ListEntriesHolder, MapEntriesHolder, NullValueHolder
Configuration bean for <managed-property> element.
| Constructor and Description |
|---|
ManagedPropertyBean() |
| Modifier and Type | Method and Description |
|---|---|
ListEntriesBean |
getListEntries()
Return the current
listEntries object
for this configuration bean. |
MapEntriesBean |
getMapEntries()
Return the current
mapEntries object
for this configuration bean. |
String |
getPropertyClass() |
String |
getPropertyName() |
String |
getValue() |
boolean |
isNullValue()
Return a flag indicating that the value of the parent
compoennt should be set to
null. |
void |
setListEntries(ListEntriesBean listEntries)
Set the current
listEntries object
for this configuration bean. |
void |
setMapEntries(MapEntriesBean mapEntries)
Set the current
mapEntries object
for this configuration bean. |
void |
setNullValue(boolean nullValue)
Set a flag indicating that the value of the parent
component should be set to
null. |
void |
setPropertyClass(String propertyClass) |
void |
setPropertyName(String propertyName) |
void |
setValue(String value) |
addDescription, addDisplayName, addIcon, getDescription, getDescriptions, getDisplayName, getDisplayNames, getIcon, getIcons, removeDescription, removeDisplayName, removeIconpublic String getPropertyClass()
public void setPropertyClass(String propertyClass)
public String getPropertyName()
public void setPropertyName(String propertyName)
public String getValue()
public void setValue(String value)
public ListEntriesBean getListEntries()
ListEntriesHolderReturn the current listEntries object
for this configuration bean.
getListEntries in interface ListEntriesHolderpublic void setListEntries(ListEntriesBean listEntries)
ListEntriesHolderSet the current listEntries object
for this configuration bean.
setListEntries in interface ListEntriesHolderlistEntries - The new listEntries objectpublic MapEntriesBean getMapEntries()
MapEntriesHolderReturn the current mapEntries object
for this configuration bean.
getMapEntries in interface MapEntriesHolderpublic void setMapEntries(MapEntriesBean mapEntries)
MapEntriesHolderSet the current mapEntries object
for this configuration bean.
setMapEntries in interface MapEntriesHoldermapEntries - The new mapEntries objectpublic 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 © 2018 JBoss by Red Hat. All rights reserved.