|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.chromattic.core.bean.PropertyInfo
org.chromattic.core.bean.MultiValuedPropertyInfo<E>
org.chromattic.core.bean.MapPropertyInfo<K,E>
public class MapPropertyInfo<K extends ValueInfo,E extends ValueInfo>
| Constructor Summary | |
|---|---|
MapPropertyInfo(java.lang.String name,
E elementValue,
K keyValue,
org.reflext.api.MethodInfo getter,
org.reflext.api.MethodInfo setter)
|
|
| Method Summary | |
|---|---|
K |
getKeyValue()
|
| Methods inherited from class org.chromattic.core.bean.MultiValuedPropertyInfo |
|---|
getElementValue |
| Methods inherited from class org.chromattic.core.bean.PropertyInfo |
|---|
getAccessMode, getAnnotation, getGetter, getName, getSetter, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MapPropertyInfo(java.lang.String name,
E elementValue,
K keyValue,
org.reflext.api.MethodInfo getter,
org.reflext.api.MethodInfo setter)
| Method Detail |
|---|
public K getKeyValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||