public interface MapEntriesHolder
Interface denoting a configuration bean that stores a
mapEntries property.
| Modifier and Type | Method and Description |
|---|---|
MapEntriesBean |
getMapEntries()
Return the current
mapEntries object
for this configuration bean. |
void |
setMapEntries(MapEntriesBean mapEntries)
Set the current
mapEntries object
for this configuration bean. |
MapEntriesBean getMapEntries()
Return the current mapEntries object
for this configuration bean.
void setMapEntries(MapEntriesBean mapEntries)
Set the current mapEntries object
for this configuration bean.
mapEntries - The new mapEntries objectCopyright © 2018 JBoss by Red Hat. All rights reserved.