|
||||||||||
| 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
public abstract class 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 ClassInfo |
getClassInfo(ClassLoader cl)
Get the class info for this type |
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 value| Method Detail |
|---|
public void setType(String type)
type - the typepublic String getType()
public void visit(MetaDataVisitor visitor)
MetaDataVisitorNode
visit in interface MetaDataVisitorNodevisit in class AbstractValueMetaDatavisitor - the visitorpublic void setConfigurator(KernelConfigurator configurator)
configurator - the configuratorpublic void toString(org.jboss.util.JBossStringBuilder buffer)
toString in class AbstractValueMetaData
protected ClassInfo getClassInfo(ClassLoader cl)
throws Throwable
cl - classloader
Throwable - for any error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||