|
||||||||||
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 |
---|
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 |
protected void |
doClone(AbstractFeatureMetaData clone)
|
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.spi.MetaDataVisitorNode |
---|
clone |
Methods inherited from interface org.jboss.beans.metadata.plugins.TypeProvider |
---|
getType |
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 FeatureMetaData
public Set<AnnotationMetaData> getAnnotations()
FeatureMetaData
getAnnotations
in interface FeatureMetaData
public void initialVisit(MetaDataVisitor visitor)
MetaDataVisitorNode
initialVisit
in interface MetaDataVisitorNode
visitor
- the visitorpublic void describeVisit(MetaDataVisitor vistor)
MetaDataVisitorNode
describeVisit
in interface MetaDataVisitorNode
vistor
- the visitorprotected org.jboss.reflect.spi.TypeInfo applyCollectionOrMapCheck(org.jboss.reflect.spi.TypeInfo typeInfo) throws Throwable
Throwable
public Iterator<? extends MetaDataVisitorNode> getChildren()
MetaDataVisitorNode
getChildren
in interface MetaDataVisitorNode
protected void addChildren(Set<MetaDataVisitorNode> children)
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
protected void doClone(AbstractFeatureMetaData clone)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |