public abstract class AnnotationMetaAttribute extends Object implements MetaAttribute
Constructor and Description |
---|
AnnotationMetaAttribute(AnnotationMetaEntity parent,
Element element,
String type) |
Modifier and Type | Method and Description |
---|---|
String |
getDeclarationString() |
MetaEntity |
getHostingEntity() |
abstract String |
getMetaType() |
String |
getPropertyName() |
String |
getTypeDeclaration() |
String |
toString() |
public AnnotationMetaAttribute(AnnotationMetaEntity parent, Element element, String type)
public String getDeclarationString()
getDeclarationString
in interface MetaAttribute
public String getPropertyName()
getPropertyName
in interface MetaAttribute
public MetaEntity getHostingEntity()
getHostingEntity
in interface MetaAttribute
public abstract String getMetaType()
getMetaType
in interface MetaAttribute
public String getTypeDeclaration()
getTypeDeclaration
in interface MetaAttribute
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.