public final class DummyPropertyImpl extends Object implements SourceUtils.BeanProperty
| Constructor and Description |
|---|
DummyPropertyImpl(String name) |
| Modifier and Type | Method and Description |
|---|---|
SourceUtils.ACCESS_TYPE |
getAccessType() |
<T extends Annotation> |
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 |
public DummyPropertyImpl(String name)
public boolean isExists()
SourceUtils.BeanPropertyIs this property implementted by component
isExists in interface SourceUtils.BeanPropertypublic boolean isAnnotationPresent(Class<? extends Annotation> annotationType)
isAnnotationPresent in interface SourceUtils.BeanPropertypublic ClassName getType()
SourceUtils.BeanPropertyBean property type
getType in interface SourceUtils.BeanPropertypublic String getName()
SourceUtils.BeanProperty
getName in interface SourceUtils.BeanPropertypublic String getDocComment()
SourceUtils.BeanPropertyGet JavaDoc comment of appropriate bean property element.
getDocComment in interface SourceUtils.BeanPropertypublic AnnotationMirror getAnnotationMirror(Class<? extends Annotation> annotationType)
getAnnotationMirror in interface SourceUtils.BeanPropertypublic <T extends Annotation> T getAnnotation(Class<T> annotationType)
getAnnotation in interface SourceUtils.BeanPropertypublic SourceUtils.ACCESS_TYPE getAccessType()
getAccessType in interface SourceUtils.BeanPropertyCopyright © 2014 JBoss by Red Hat. All Rights Reserved.