|
Oracle Fusion Middleware Java API Reference for Oracle ADF Controller 11g Release 2 (11.1.2.0.0) E17480-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MapEntriesHolder
Interface denoting a component that stores map entries.
Method Summary | |
---|---|
boolean |
addMapEntry(MapEntry entry)
Adds a new entry to the map entries. |
java.util.List<MapEntry> |
getMapEntries()
A list of map entries for this component. |
java.lang.String |
getMapKeyClass()
A fully qualified Java class name for keys in the map to be created. |
java.lang.String |
getMapValueClass()
A fully qualified Java class name for values in the map to be created. |
boolean |
removeMapEntry(MapEntry entry)
Removes the specified entry from the map of entries. |
boolean |
setMapKeyClass(java.lang.String mapKeyClass)
Sets map key Java type to a new value, or removes map key class. |
boolean |
setMapValueClass(java.lang.String mapValueClass)
Sets map value Java type to a new value, or removes map value class. |
Method Detail |
---|
java.util.List<MapEntry> getMapEntries()
java.lang.String getMapValueClass()
java.lang.String getMapKeyClass()
boolean setMapValueClass(java.lang.String mapValueClass)
mapValueClass
- new Java type for map value
boolean setMapKeyClass(java.lang.String mapKeyClass)
mapKeyClass
- new Java type for map key
boolean addMapEntry(MapEntry entry)
entry
-
boolean removeMapEntry(MapEntry entry)
entry
- the entry to remove
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Controller 11g Release 2 (11.1.2.0.0) E17480-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |