Uses of Class
org.apache.webbeans.inject.xml.XMLInjectionModelType

Packages that use XMLInjectionModelType
org.apache.webbeans.inject.xml   
 

Uses of XMLInjectionModelType in org.apache.webbeans.inject.xml
 

Methods in org.apache.webbeans.inject.xml that return XMLInjectionModelType
 XMLInjectionModelType XMLInjectionPointModel.getType()
           
static XMLInjectionModelType XMLInjectionModelType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static XMLInjectionModelType[] XMLInjectionModelType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.webbeans.inject.xml with parameters of type XMLInjectionModelType
 void XMLInjectionPointModel.setType(XMLInjectionModelType type)
           
 



Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.