org.chromattic.core.bean
Class ArrayPropertyInfo<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.ArrayPropertyInfo<E>

public class ArrayPropertyInfo<E extends ValueInfo>
extends MultiValuedPropertyInfo<E>

Version:
$Revision$
Author:
Julien Viet

Constructor Summary
ArrayPropertyInfo(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

ArrayPropertyInfo

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


Copyright © 2010 eXo Platform SAS. All Rights Reserved.