|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface ListToTypeAdapter.UnderlyingListAware<L extends List<?>>
This interface makes a derivative type aware of an underlying map implementation. This is normally used in combination with
an ListToTypeAdapter.
| Method Summary | |
|---|---|
L |
getUnderlyingList()
Returns the List which underlies this class type facade. |
List<String> |
getUnderlyingPropertynameList()
Returns the underlying property name list after which the elements of the value list are ordered. |
void |
setUnderlyingList(L underlyingList)
Sets the List which should underly this class type facade. |
void |
setUnderlyingPropertynameList(List<String> propertynameList)
Sets the underlying property name list after which the elements of the value list are ordered. |
| Method Detail |
|---|
L getUnderlyingList()
List which underlies this class type facade.
void setUnderlyingList(L underlyingList)
List which should underly this class type facade.
underlyingList - void setUnderlyingPropertynameList(List<String> propertynameList)
propertynameList - List<String> getUnderlyingPropertynameList()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||