RichFaces CDK Generator 4.2.0.CR1

org.richfaces.cdk.apt
Interface SourceUtils.BeanProperty

All Known Implementing Classes:
AptSourceUtils.AptBeanProperty, DummyPropertyImpl
Enclosing interface:
SourceUtils

public static interface SourceUtils.BeanProperty

Author:
asmirnov@exadel.com

Method Summary
 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

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

Is this property implementted by component

 

Method Detail

getName

String getName()

Returns:
the name

getDocComment

String getDocComment()

Get JavaDoc comment of appropriate bean property element.

Returns:

getType

ClassName getType()

Bean property type

Returns:

isExists

boolean isExists()

Is this property implementted by component

Returns:
the exists

isAnnotationPresent

boolean isAnnotationPresent(Class<? extends Annotation> annotationType)

getAnnotationMirror

AnnotationMirror getAnnotationMirror(Class<? extends Annotation> annotationType)

getAnnotation

<T extends Annotation> T getAnnotation(Class<T> annotationType)

getAccessType

SourceUtils.ACCESS_TYPE getAccessType()

RichFaces CDK Generator 4.2.0.CR1

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