org.jboss.beans.metadata.spi
Interface ValueMetaData
- All Superinterfaces:
- Cloneable, org.jboss.util.JBossInterface, MetaDataVisitorNode
- All Known Implementing Classes:
- AbstractArrayMetaData, AbstractCollectionMetaData, AbstractDependencyValueMetaData, AbstractListMetaData, AbstractMapMetaData, AbstractSetMetaData, AbstractTypeMetaData, AbstractValueMetaData, StringValueMetaData
public interface ValueMetaData
- extends org.jboss.util.JBossInterface, MetaDataVisitorNode
Metadata about a value.
- Version:
- $Revision: 1.7 $
- Author:
- Adrian Brock
Methods inherited from interface org.jboss.util.JBossInterface |
clone, toShortString, toShortString |
getUnderlyingValue
Object getUnderlyingValue()
- Get the underlying value
- Returns:
- the underlying value
getValue
Object getValue(TypeInfo info,
ClassLoader cl)
throws Throwable
- Get the value.
- Parameters:
info
- the type infocl
- the classloader
- Returns:
- the value.
- Throws:
Throwable
- for any error
Copyright © 2004 JBoss Inc. All Rights Reserved.