org.chromattic.metamodel.bean
Class MultiValuedPropertyInfo<V extends ValueInfo>

java.lang.Object
  extended by org.chromattic.metamodel.bean.PropertyInfo<V>
      extended by org.chromattic.metamodel.bean.MultiValuedPropertyInfo<V>

public class MultiValuedPropertyInfo<V extends ValueInfo>
extends PropertyInfo<V>

Version:
$Revision$
Author:
Julien Viet

Constructor Summary
MultiValuedPropertyInfo(BeanInfo bean, PropertyInfo parent, java.lang.String name, org.reflext.api.MethodInfo getter, org.reflext.api.MethodInfo setter, MultiValueKind kind, V value)
           
 
Method Summary
 MultiValueKind getKind()
           
 
Methods inherited from class org.chromattic.metamodel.bean.PropertyInfo
getAnnotation, getAnnotations, getGetter, getName, getOwner, getParent, getSetter, getValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MultiValuedPropertyInfo

public MultiValuedPropertyInfo(BeanInfo bean,
                               PropertyInfo parent,
                               java.lang.String name,
                               org.reflext.api.MethodInfo getter,
                               org.reflext.api.MethodInfo setter,
                               MultiValueKind kind,
                               V value)
Method Detail

getKind

public MultiValueKind getKind()


Copyright © 2011 eXo Platform SAS. All Rights Reserved.