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

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

public class SingleValuedPropertyInfo<V extends ValueInfo>
extends PropertyInfo

Version:
$Revision$
Author:
Julien Viet

Constructor Summary
SingleValuedPropertyInfo(String name, V value, org.reflext.api.MethodInfo getter, org.reflext.api.MethodInfo setter)
           
 
Method Summary
 V getValue()
           
 
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

SingleValuedPropertyInfo

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

getValue

public V getValue()


Copyright © 2009 eXo Platform SAS. All Rights Reserved.