|
||||||||||
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 FeatureMetaData
public Set getAnnotations()
FeatureMetaData
getAnnotations
in interface FeatureMetaData
public void visit(MetaDataVisitor visitor)
MetaDataVisitorNode
visit
in interface MetaDataVisitorNode
visitor
- the visitorpublic Iterator getChildren()
MetaDataVisitorNode
getChildren
in interface MetaDataVisitorNode
public void toString(org.jboss.util.JBossStringBuilder buffer)
toString
in class org.jboss.util.JBossObject
public void toShortString(org.jboss.util.JBossStringBuilder buffer)
toShortString
in interface org.jboss.util.JBossInterface
toShortString
in class org.jboss.util.JBossObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |