org.chromattic.core.bean
Class PropertyInfo
java.lang.Object
org.chromattic.core.bean.PropertyInfo
- Direct Known Subclasses:
- MultiValuedPropertyInfo, SingleValuedPropertyInfo
public abstract class PropertyInfo
- extends Object
- Version:
- $Revision$
- Author:
- Julien Viet
|
Constructor Summary |
PropertyInfo(String name,
org.reflext.api.MethodInfo getter,
org.reflext.api.MethodInfo setter)
|
PropertyInfo
public PropertyInfo(String name,
org.reflext.api.MethodInfo getter,
org.reflext.api.MethodInfo setter)
getName
public String getName()
getAccessMode
public AccessMode getAccessMode()
getGetter
public org.reflext.api.MethodInfo getGetter()
getSetter
public org.reflext.api.MethodInfo getSetter()
getAnnotation
public <A extends Annotation> A getAnnotation(Class<A> annotationClass)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2009 eXo Platform SAS. All Rights Reserved.