|
||||||||||
| 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 abstract class AbstractFeatureMetaData
General metadata.
| Field Summary | |
|---|---|
protected Set<AnnotationMetaData> |
annotations
The annotations |
protected String |
description
The description |
| Fields inherited from class org.jboss.util.JBossObject |
|---|
hashCode, log, toString |
| Fields inherited from interface org.jboss.beans.metadata.plugins.TypeProvider |
|---|
ERROR_MSG |
| Constructor Summary | |
|---|---|
AbstractFeatureMetaData()
Create a new meta data |
|
| Method Summary | |
|---|---|
protected void |
addChildren(Set<MetaDataVisitorNode> children)
|
protected org.jboss.reflect.spi.TypeInfo |
applyCollectionOrMapCheck(org.jboss.reflect.spi.TypeInfo typeInfo)
|
void |
describeVisit(MetaDataVisitor vistor)
Revisit the node |
Set<AnnotationMetaData> |
getAnnotations()
Get the annotations. |
Iterator<? extends MetaDataVisitorNode> |
getChildren()
Return the child nodes |
String |
getDescription()
Get the descrition. |
void |
initialVisit(MetaDataVisitor visitor)
Visit the node |
void |
setAnnotations(Set<AnnotationMetaData> 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)
|
| 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 |
| Methods inherited from interface org.jboss.beans.metadata.plugins.TypeProvider |
|---|
getType |
| Field Detail |
|---|
protected String description
protected Set<AnnotationMetaData> annotations
| Constructor Detail |
|---|
public AbstractFeatureMetaData()
| Method Detail |
|---|
public void setDescription(String description)
description - the description.public void setAnnotations(Set<AnnotationMetaData> annotations)
annotations - Setpublic String getDescription()
FeatureMetaData
getDescription in interface FeatureMetaDatapublic Set<AnnotationMetaData> getAnnotations()
FeatureMetaData
getAnnotations in interface FeatureMetaDatapublic void initialVisit(MetaDataVisitor visitor)
MetaDataVisitorNode
initialVisit in interface MetaDataVisitorNodevisitor - the visitorpublic void describeVisit(MetaDataVisitor vistor)
MetaDataVisitorNode
describeVisit in interface MetaDataVisitorNodevistor - the visitor
protected org.jboss.reflect.spi.TypeInfo applyCollectionOrMapCheck(org.jboss.reflect.spi.TypeInfo typeInfo)
throws Throwable
Throwablepublic Iterator<? extends MetaDataVisitorNode> getChildren()
MetaDataVisitorNode
getChildren in interface MetaDataVisitorNodeprotected void addChildren(Set<MetaDataVisitorNode> children)
public 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 | |||||||||