Uses of Class
org.jboss.beans.metadata.spi.AutowireType

Packages that use AutowireType
org.jboss.beans.metadata.plugins Classes used to deploy beans, an abstract implementation. 
org.jboss.beans.metadata.spi Classes used to deploy beans. 
 

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

Fields in org.jboss.beans.metadata.plugins declared as AutowireType
protected  AutowireType AbstractBeanMetaData.autowireType
          Autowire type
protected  AutowireType AbstractInjectionValueMetaData.injectionType
           
 

Methods in org.jboss.beans.metadata.plugins that return AutowireType
 AutowireType AbstractBeanMetaData.getAutowireType()
           
 AutowireType AbstractInjectionValueMetaData.getInjectionType()
           
 

Methods in org.jboss.beans.metadata.plugins with parameters of type AutowireType
 void AbstractBeanMetaData.setAutowireType(AutowireType autowireType)
          Set autowire type.
 void AbstractInjectionValueMetaData.setInjectionType(AutowireType injectionType)
           
 

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

Fields in org.jboss.beans.metadata.spi declared as AutowireType
static AutowireType AutowireType.AUTO
          Auto
static AutowireType AutowireType.BY_CLASS
          Strict
static AutowireType AutowireType.BY_NAME
          Loose
static AutowireType AutowireType.CONSTRUCTOR
          Constructor
static AutowireType AutowireType.NONE
          None
static AutowireType[] AutowireType.TYPES
          Array
 

Methods in org.jboss.beans.metadata.spi that return AutowireType
 AutowireType BeanMetaData.getAutowireType()
          Get the autowire type.
static AutowireType AutowireType.getInstance(String typeString)
          Return injection type.
 



Copyright ? 2007 JBoss Inc.. All Rights Reserved.