|
||||||||||
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
public class AbstractValueMetaData
Plain value.
Field Summary | |
---|---|
protected Object |
value
The value |
Fields inherited from class org.jboss.util.JBossObject |
---|
hashCode, log, toString |
Constructor Summary | |
---|---|
AbstractValueMetaData()
Create a new plain value |
|
AbstractValueMetaData(Object value)
Create a new plain value |
Method Summary | |
---|---|
Iterator |
getChildren()
Return the child nodes |
Object |
getUnderlyingValue()
Get the underlying value |
Object |
getValue()
|
Object |
getValue(TypeInfo info,
ClassLoader cl)
Get the value. |
void |
setValue(Object value)
|
void |
toShortString(org.jboss.util.JBossStringBuilder buffer)
|
void |
toString(org.jboss.util.JBossStringBuilder buffer)
|
void |
visit(MetaDataVisitor visitor)
Visit the node |
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 Object value
Constructor Detail |
---|
public AbstractValueMetaData()
public AbstractValueMetaData(Object value)
value
- the valueMethod Detail |
---|
public Object getValue()
public void setValue(Object value)
public Object getUnderlyingValue()
ValueMetaData
getUnderlyingValue
in interface ValueMetaData
public Object getValue(TypeInfo info, ClassLoader cl) throws Throwable
ValueMetaData
getValue
in interface ValueMetaData
info
- the type infocl
- the classloader
Throwable
- for any errorpublic void visit(MetaDataVisitor visitor)
MetaDataVisitorNode
visit
in interface MetaDataVisitorNode
visitor
- the visitorpublic Iterator getChildren()
MetaDataVisitorNode
getChildren
in interface MetaDataVisitorNode
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 |