|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Params interface declares methods for accessing a List and a Map of parameters.
ICellControl| Field Summary | |
static Params |
empty
An empty implementation of the Params interface. |
| Method Summary | |
java.util.List |
getList()
Method returns a java.util.List of unnamed parameters or null |
java.util.Map |
getMap()
Method returns a java.util.Map of named parameters or null |
| Field Detail |
public static final Params empty
getList() and getMap() methods return null.
| Method Detail |
public java.util.List getList()
null
if there are no unnamed parameters.
- Returns:
- a java.util.List of parameters or
null
if there are no such parameters.
public java.util.Map getMap()
null
if there are no named parameters.
- Returns:
- a java.util.Map of named parameters or
null
if there are no named parameters.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||