RichFaces CDK Generator 4.2.0.CR1

org.richfaces.cdk.apt
Class AptSourceUtils.AptBeanProperty

java.lang.Object
  extended by org.richfaces.cdk.apt.AptSourceUtils.AptBeanProperty
All Implemented Interfaces:
SourceUtils.BeanProperty
Enclosing class:
AptSourceUtils

protected final class AptSourceUtils.AptBeanProperty
extends Object
implements SourceUtils.BeanProperty

Author:
asmirnov@exadel.com

Constructor Summary
AptSourceUtils.AptBeanProperty(String name)
          

 
Method Summary
 boolean equals(Object obj)
           
 SourceUtils.ACCESS_TYPE getAccessType()
           
<T extends Annotation>
T
getAnnotation(Class<T> annotationType)
           
 AnnotationMirror getAnnotationMirror(Class<? extends Annotation> annotationType)
           
 String getDocComment()
          

Get JavaDoc comment of appropriate bean property element.

 String getName()
          

 ClassName getType()
          

Bean property type

 int hashCode()
           
 boolean isAnnotationPresent(Class<? extends Annotation> annotationType)
           
 boolean isExists()
          

 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AptSourceUtils.AptBeanProperty

public AptSourceUtils.AptBeanProperty(String name)

Parameters:
name -
Method Detail

getName

public String getName()

Specified by:
getName in interface SourceUtils.BeanProperty
Returns:
the name

getDocComment

public String getDocComment()

Get JavaDoc comment of appropriate bean property element.

Specified by:
getDocComment in interface SourceUtils.BeanProperty
Returns:

getType

public ClassName getType()
Description copied from interface: SourceUtils.BeanProperty

Bean property type

Specified by:
getType in interface SourceUtils.BeanProperty
Returns:

isExists

public boolean isExists()

Specified by:
isExists in interface SourceUtils.BeanProperty
Returns:
the exists

getAnnotationMirror

public AnnotationMirror getAnnotationMirror(Class<? extends Annotation> annotationType)
Specified by:
getAnnotationMirror in interface SourceUtils.BeanProperty

isAnnotationPresent

public boolean isAnnotationPresent(Class<? extends Annotation> annotationType)
Specified by:
isAnnotationPresent in interface SourceUtils.BeanProperty

getAnnotation

public <T extends Annotation> T getAnnotation(Class<T> annotationType)
Specified by:
getAnnotation in interface SourceUtils.BeanProperty

getAccessType

public SourceUtils.ACCESS_TYPE getAccessType()
Specified by:
getAccessType in interface SourceUtils.BeanProperty

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object

RichFaces CDK Generator 4.2.0.CR1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.