Uses of Class
org.jboss.beans.metadata.api.model.AutowireType

Packages that use AutowireType
org.jboss.beans.metadata.api.model   
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.beans.metadata.spi.builder   
 

Uses of AutowireType in org.jboss.beans.metadata.api.model
 

Methods in org.jboss.beans.metadata.api.model that return AutowireType
static AutowireType AutowireType.getInstance(String typeString)
          Return injection type.
static AutowireType AutowireType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AutowireType[] AutowireType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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
 

Methods in org.jboss.beans.metadata.spi that return AutowireType
 AutowireType BeanMetaData.getAutowireType()
          Get the autowire type.
 

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

Methods in org.jboss.beans.metadata.spi.builder with parameters of type AutowireType
 ValueMetaData BeanMetaDataBuilder.createContextualInject(ControllerState whenRequired, ControllerState dependentState, AutowireType autowire, InjectOption option)
          Create contextual injection.
abstract  ValueMetaData BeanMetaDataBuilder.createContextualInject(ControllerState whenRequired, ControllerState dependentState, AutowireType autowire, InjectOption option, SearchInfo search)
          Create contextual injection.
abstract  BeanMetaDataBuilder BeanMetaDataBuilder.setAutowireType(AutowireType type)
          Set the autowire type
 



Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.