|
|||||||||||
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.AbstractValueMetaData
org.jboss.beans.metadata.plugins.AbstractTypeMetaData
A typed value.
Field Summary | |
protected KernelConfigurator |
configurator
The configurator |
protected String |
type
The type |
Fields inherited from class org.jboss.beans.metadata.plugins.AbstractValueMetaData |
value |
Fields inherited from class org.jboss.util.JBossObject |
hashCode, log, toString |
Constructor Summary | |
AbstractTypeMetaData()
Create a new typed value |
|
AbstractTypeMetaData(String value)
Create a new typed value |
Method Summary | |
protected org.jboss.reflect.spi.ClassInfo |
getClassInfo()
Get the class info for this type todo FIXME classloader |
String |
getType()
|
void |
setConfigurator(KernelConfigurator configurator)
Set the configurator |
void |
setType(String type)
Set the type |
void |
toString(org.jboss.util.JBossStringBuilder buffer)
|
void |
visit(MetaDataVisitor visitor)
Visit the node |
Methods inherited from class org.jboss.beans.metadata.plugins.AbstractValueMetaData |
getChildren, getUnderlyingValue, getValue, getValue, setValue, toShortString |
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 type
protected KernelConfigurator configurator
Constructor Detail |
public AbstractTypeMetaData()
public AbstractTypeMetaData(String value)
value
- the valueMethod Detail |
public void setType(String type)
type
- the typepublic String getType()
public void visit(MetaDataVisitor visitor)
MetaDataVisitorNode
visit
in interface MetaDataVisitorNode
visit
in class AbstractValueMetaData
public void setConfigurator(KernelConfigurator configurator)
configurator
- the configuratorpublic void toString(org.jboss.util.JBossStringBuilder buffer)
toString
in class AbstractValueMetaData
protected org.jboss.reflect.spi.ClassInfo getClassInfo() throws Throwable
Throwable
- for any error
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |