org.chromattic.core.bean
Class ListPropertyInfo<E extends ValueInfo>

java.lang.Object
  extended by org.chromattic.core.bean.PropertyInfo
      extended by org.chromattic.core.bean.MultiValuedPropertyInfo<E>
          extended by org.chromattic.core.bean.CollectionPropertyInfo<E>
              extended by org.chromattic.core.bean.ListPropertyInfo<E>

public class ListPropertyInfo<E extends ValueInfo>
extends CollectionPropertyInfo<E>

Version:
$Revision$
Author:
Julien Viet

Constructor Summary
ListPropertyInfo(String name, E elementValue, org.reflext.api.MethodInfo getter, org.reflext.api.MethodInfo setter)
           
 
Method Summary
 
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

ListPropertyInfo

public ListPropertyInfo(String name,
                        E elementValue,
                        org.reflext.api.MethodInfo getter,
                        org.reflext.api.MethodInfo setter)


Copyright © 2009 eXo Platform SAS. All Rights Reserved.