|
||||||||||
| 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 |
| 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 ValueMetaDatainfo - the type infocl - the classloader
Throwable - for any errorpublic void initialVisit(MetaDataVisitor vistor)
MetaDataVisitorNode
initialVisit in interface MetaDataVisitorNodevistor - the visitorpublic void describeVisit(MetaDataVisitor vistor)
MetaDataVisitorNode
describeVisit in interface MetaDataVisitorNodevistor - the visitorpublic Iterator<? extends MetaDataVisitorNode> getChildren()
MetaDataVisitorNode
getChildren in interface MetaDataVisitorNodepublic String getScope()
ScopeMetaData
getScope in interface ScopeMetaDatapublic String getLevel()
ScopeMetaData
getLevel in interface ScopeMetaDatapublic String getQualifier()
ScopeMetaData
getQualifier in interface ScopeMetaDatapublic 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.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 | |||||||||