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