|
||||||||||
| 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.AbstractFeatureMetaData
public class AbstractFeatureMetaData
General metadata.
| Field Summary | |
|---|---|
protected Set |
annotations
The annotations |
protected String |
description
The description |
| Fields inherited from class org.jboss.util.JBossObject |
|---|
hashCode, log, toString |
| Constructor Summary | |
|---|---|
AbstractFeatureMetaData()
Create a new meta data |
|
| Method Summary | |
|---|---|
Set |
getAnnotations()
Get the annotations. |
Iterator |
getChildren()
Return the child nodes |
String |
getDescription()
Get the descrition. |
void |
setAnnotations(Set annotations)
Set the annotations. |
void |
setDescription(String description)
Set the description. |
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 description
protected Set annotations
| Constructor Detail |
|---|
public AbstractFeatureMetaData()
| Method Detail |
|---|
public void setDescription(String description)
description - the description.public void setAnnotations(Set annotations)
annotations - Setpublic String getDescription()
FeatureMetaData
getDescription in interface FeatureMetaDatapublic Set getAnnotations()
FeatureMetaData
getAnnotations in interface FeatureMetaDatapublic 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 | |||||||||