Uses of Class
org.apache.geronimo.deployment.xbeans.ImportType.Enum

Packages that use ImportType.Enum
org.apache.geronimo.deployment.xbeans   
org.apache.geronimo.deployment.xbeans.impl   
 

Uses of ImportType.Enum in org.apache.geronimo.deployment.xbeans
 

Fields in org.apache.geronimo.deployment.xbeans declared as ImportType.Enum
static ImportType.Enum ImportType.CLASSES
           
static ImportType.Enum ImportType.SERVICES
           
 

Methods in org.apache.geronimo.deployment.xbeans that return ImportType.Enum
static ImportType.Enum ImportType.Enum.forInt(int i)
          Returns the enum value corresponding to an int, or null if none.
static ImportType.Enum ImportType.Enum.forString(String s)
          Returns the enum value for a string, or null if none.
 ImportType.Enum DependencyType.getImport()
          Gets the "import" element
 

Methods in org.apache.geronimo.deployment.xbeans with parameters of type ImportType.Enum
 void DependencyType.setImport(ImportType.Enum ximport)
          Sets the "import" element
 

Uses of ImportType.Enum in org.apache.geronimo.deployment.xbeans.impl
 

Methods in org.apache.geronimo.deployment.xbeans.impl that return ImportType.Enum
 ImportType.Enum DependencyTypeImpl.getImport()
          Gets the "import" element
 

Methods in org.apache.geronimo.deployment.xbeans.impl with parameters of type ImportType.Enum
 void DependencyTypeImpl.setImport(ImportType.Enum ximport)
          Sets the "import" element
 



Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.