Uses of Interface
org.jboss.beans.metadata.spi.ValueMetaData

Packages that use ValueMetaData
org.jboss.beans.metadata.plugins Classes used to deploy beans, an abstract implementation. 
org.jboss.beans.metadata.spi Classes used to deploy beans. 
org.jboss.kernel.plugins.config Kernel plugins, an abstract configuration implementation. 
org.jboss.kernel.spi.config Classes used to define configuration plugins. 
 

Uses of ValueMetaData in org.jboss.beans.metadata.plugins
 

Classes in org.jboss.beans.metadata.plugins that implement ValueMetaData
 class AbstractArrayMetaData
          Array metadata.
 class AbstractCollectionMetaData
          Collection metadata.
 class AbstractDependencyValueMetaData
          Dependency value.
 class AbstractListMetaData
          List metadata.
 class AbstractMapMetaData
          Map metadata.
 class AbstractSetMetaData
          Set metadata.
 class AbstractTypeMetaData
          A typed value.
 class AbstractValueMetaData
          Plain value.
 class StringValueMetaData
          String value.
 

Fields in org.jboss.beans.metadata.plugins declared as ValueMetaData
protected  ValueMetaData AbstractPropertyMetaData.value
          The property value
protected  ValueMetaData AbstractConstructorMetaData.factory
          The factory
protected  ValueMetaData AbstractAnnotationAttributeMetaData.value
          The attribute value
protected  ValueMetaData AbstractParameterMetaData.value
          The parameter value
 

Methods in org.jboss.beans.metadata.plugins that return ValueMetaData
 ValueMetaData AbstractPropertyMetaData.getValue()
           
 ValueMetaData AbstractConstructorMetaData.getFactory()
           
 ValueMetaData AbstractAnnotationAttributeMetaData.getValue()
           
 ValueMetaData AbstractParameterMetaData.getValue()
           
 

Methods in org.jboss.beans.metadata.plugins with parameters of type ValueMetaData
 void AbstractPropertyMetaData.setValue(ValueMetaData value)
          Set the value
 void AbstractConstructorMetaData.setFactory(ValueMetaData factory)
          Set the factory
 void AbstractAnnotationAttributeMetaData.setValue(ValueMetaData value)
          Set the value
 void AbstractParameterMetaData.setValue(ValueMetaData value)
           
 

Constructors in org.jboss.beans.metadata.plugins with parameters of type ValueMetaData
AbstractPropertyMetaData(String name, ValueMetaData value)
          Create a new attribute meta data
AbstractAnnotationAttributeMetaData(String name, ValueMetaData value)
          Create a new annotation meta data
AbstractParameterMetaData(String type, ValueMetaData value)
          Create a new parameter meta data
 

Uses of ValueMetaData in org.jboss.beans.metadata.spi
 

Methods in org.jboss.beans.metadata.spi that return ValueMetaData
 ValueMetaData ConstructorMetaData.getFactory()
          Get the factory.
 ValueMetaData PropertyMetaData.getValue()
          Get the value.
 ValueMetaData ParameterMetaData.getValue()
          Get the value.
 ValueMetaData AnnotationAttributeMetaData.getValue()
          Get the value.
 

Uses of ValueMetaData in org.jboss.kernel.plugins.config
 

Methods in org.jboss.kernel.plugins.config with parameters of type ValueMetaData
static org.jboss.joinpoint.spi.TargettedJoinpoint Configurator.getPropertySetterJoinPoint(BeanInfo info, String property, ValueMetaData vmd)
          Get property setter for an property
static org.jboss.joinpoint.spi.TargettedJoinpoint Configurator.getPropertySetterJoinPoint(boolean trace, PropertyInfo info, ValueMetaData metaData)
          Get an property setter joinpoint
 org.jboss.joinpoint.spi.TargettedJoinpoint AbstractKernelConfigurator.getPropertySetterJoinPoint(BeanInfo info, String property, ValueMetaData vmd)
           
 

Uses of ValueMetaData in org.jboss.kernel.spi.config
 

Methods in org.jboss.kernel.spi.config with parameters of type ValueMetaData
 org.jboss.joinpoint.spi.TargettedJoinpoint KernelConfigurator.getPropertySetterJoinPoint(BeanInfo info, String property, ValueMetaData vmd)
          Get property setter join point
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.