|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.util.JBossObject
org.jboss.beans.metadata.plugins.AbstractAnnotationMetaData
public class AbstractAnnotationMetaData
Metadata for an annotation.
| Field Summary | |
|---|---|
protected Set |
attributes
The attributes Set |
protected String |
name
The annotation class name |
| Fields inherited from class org.jboss.util.JBossObject |
|---|
hashCode, log, toString |
| Constructor Summary | |
|---|---|
AbstractAnnotationMetaData()
Create a new annotation meta data |
|
| Method Summary | |
|---|---|
Set |
getAttributes()
Get the annotation attributes. |
Iterator |
getChildren()
Return the child nodes |
String |
getName()
Get the name |
void |
setAttributes(Set attributes)
Set the attributes. |
void |
setName(String name)
Set the name. |
void |
toShortString(org.jboss.util.JBossStringBuilder buffer)
|
void |
toString(org.jboss.util.JBossStringBuilder buffer)
|
void |
visit(MetaDataVisitor visitor)
Visit the node |
| Methods inherited from class org.jboss.util.JBossObject |
|---|
cacheGetHashCode, cacheToString, clone, equals, flushJBossObjectCache, getClassShortName, getHashCode, hashCode, list, notEqual, toShortString, toString, toStringImplementation |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.jboss.util.JBossInterface |
|---|
clone, toShortString |
| Field Detail |
|---|
protected String name
protected Set attributes
| Constructor Detail |
|---|
public AbstractAnnotationMetaData()
| Method Detail |
|---|
public void setName(String name)
name - The name to set.public void setAttributes(Set attributes)
attributes - Setpublic String getName()
AnnotationMetaData
getName in interface AnnotationMetaDatapublic Set getAttributes()
AnnotationMetaData
getAttributes in interface AnnotationMetaDatapublic void visit(MetaDataVisitor visitor)
MetaDataVisitorNode
visit in interface MetaDataVisitorNodevisitor - the visitorpublic Iterator getChildren()
MetaDataVisitorNode
getChildren in interface MetaDataVisitorNodepublic void toString(org.jboss.util.JBossStringBuilder buffer)
toString in class org.jboss.util.JBossObjectpublic void toShortString(org.jboss.util.JBossStringBuilder buffer)
toShortString in interface org.jboss.util.JBossInterfacetoShortString in class org.jboss.util.JBossObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||