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

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

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

Version:
$Revision$
Author:
Julien Viet

Constructor Summary
SingleValuedPropertyInfo(java.lang.String name, V value, org.reflext.api.MethodInfo getter, org.reflext.api.MethodInfo setter)
           
 
Method Summary
 
Methods inherited from class org.chromattic.metamodel.bean.PropertyInfo
getAccessMode, getAnnotated, getAnnotateds, getGetter, getName, getSetter, getValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SingleValuedPropertyInfo

public SingleValuedPropertyInfo(java.lang.String name,
                                V value,
                                org.reflext.api.MethodInfo getter,
                                org.reflext.api.MethodInfo setter)


Copyright © 2011 eXo Platform SAS. All Rights Reserved.