|
||||||||||
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.policy.AbstractScopeMetaData
public class AbstractScopeMetaData
Meta data for scope.
Field Summary |
---|
Fields inherited from class org.jboss.util.JBossObject |
---|
hashCode, log, toString |
Constructor Summary | |
---|---|
AbstractScopeMetaData()
|
Method Summary | |
---|---|
void |
describeVisit(MetaDataVisitor vistor)
Revisit the node |
Iterator<? extends MetaDataVisitorNode> |
getChildren()
Return the child nodes |
String |
getLevel()
Get the level |
String |
getQualifier()
Get the qualifier |
String |
getScope()
Get the scope annotation name |
Object |
getUnderlyingValue()
Get the underlying value |
Object |
getValue(org.jboss.reflect.spi.TypeInfo info,
ClassLoader cl)
Get the value. |
void |
initialVisit(MetaDataVisitor vistor)
Visit the node |
void |
setLevel(String level)
|
void |
setQualifier(String qualifier)
|
void |
setScope(String scope)
|
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 |
Constructor Detail |
---|
public AbstractScopeMetaData()
Method Detail |
---|
public Object getUnderlyingValue()
ValueMetaData
getUnderlyingValue
in interface ValueMetaData
public Object getValue(org.jboss.reflect.spi.TypeInfo info, ClassLoader cl) throws Throwable
ValueMetaData
getValue
in interface ValueMetaData
info
- the type infocl
- the classloader
Throwable
- for any errorpublic void initialVisit(MetaDataVisitor vistor)
MetaDataVisitorNode
initialVisit
in interface MetaDataVisitorNode
vistor
- the visitorpublic void describeVisit(MetaDataVisitor vistor)
MetaDataVisitorNode
describeVisit
in interface MetaDataVisitorNode
vistor
- the visitorpublic Iterator<? extends MetaDataVisitorNode> getChildren()
MetaDataVisitorNode
getChildren
in interface MetaDataVisitorNode
public String getScope()
ScopeMetaData
getScope
in interface ScopeMetaData
public String getLevel()
ScopeMetaData
getLevel
in interface ScopeMetaData
public String getQualifier()
ScopeMetaData
getQualifier
in interface ScopeMetaData
public void setScope(String scope)
public void setLevel(String level)
public void setQualifier(String qualifier)
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 |