RichFaces CDK Generator 4.2.0.CR1

org.richfaces.cdk.apt
Class DummyPropertyImpl

java.lang.Object
  extended by org.richfaces.cdk.apt.DummyPropertyImpl
All Implemented Interfaces:
SourceUtils.BeanProperty

public final class DummyPropertyImpl
extends Object
implements SourceUtils.BeanProperty


Constructor Summary
DummyPropertyImpl(String name)
           
 
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

 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyPropertyImpl

public DummyPropertyImpl(String name)
Method Detail

isExists

public boolean isExists()
Description copied from interface: SourceUtils.BeanProperty

Is this property implementted by component

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

isAnnotationPresent

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

getType

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

Bean property type

Specified by:
getType in interface SourceUtils.BeanProperty
Returns:

getName

public String getName()
Description copied from interface: SourceUtils.BeanProperty

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

getDocComment

public String getDocComment()
Description copied from interface: SourceUtils.BeanProperty

Get JavaDoc comment of appropriate bean property element.

Specified by:
getDocComment in interface SourceUtils.BeanProperty
Returns:

getAnnotationMirror

public AnnotationMirror getAnnotationMirror(Class<? extends Annotation> annotationType)
Specified by:
getAnnotationMirror 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

RichFaces CDK Generator 4.2.0.CR1

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