Uses of Class
org.jboss.seam.xml.core.BeanResultType

Packages that use BeanResultType
org.jboss.seam.xml.core   
 

Uses of BeanResultType in org.jboss.seam.xml.core
 

Methods in org.jboss.seam.xml.core that return BeanResultType
 BeanResultType BeanResult.getBeanType()
           
static BeanResultType BeanResultType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BeanResultType[] BeanResultType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.jboss.seam.xml.core with parameters of type BeanResultType
BeanResult(Class<X> type, boolean readAnnotations, BeanResultType beanType, List<FieldValueObject> fieldValues, List<BeanResult<?>> inlineBeans, javax.enterprise.inject.spi.BeanManager beanManager)
           
 



Copyright © 2010 Seam Framework. All Rights Reserved.