Uses of Class
org.apache.geronimo.xbeans.j2ee.WebAppVersionType.Enum

Packages that use WebAppVersionType.Enum
org.apache.geronimo.xbeans.j2ee   
org.apache.geronimo.xbeans.web   
org.apache.geronimo.xbeans.web.impl   
 

Uses of WebAppVersionType.Enum in org.apache.geronimo.xbeans.j2ee
 

Fields in org.apache.geronimo.xbeans.j2ee declared as WebAppVersionType.Enum
static WebAppVersionType.Enum WebAppVersionType.X_2_4
           
 

Methods in org.apache.geronimo.xbeans.j2ee that return WebAppVersionType.Enum
static WebAppVersionType.Enum WebAppVersionType.Enum.forString(String s)
          Returns the enum value for a string, or null if none.
static WebAppVersionType.Enum WebAppVersionType.Enum.forInt(int i)
          Returns the enum value corresponding to an int, or null if none.
 

Uses of WebAppVersionType.Enum in org.apache.geronimo.xbeans.web
 

Methods in org.apache.geronimo.xbeans.web that return WebAppVersionType.Enum
 WebAppVersionType.Enum WebAppType.getVersion()
          Gets the "version" attribute
 

Methods in org.apache.geronimo.xbeans.web with parameters of type WebAppVersionType.Enum
 void WebAppType.setVersion(WebAppVersionType.Enum version)
          Sets the "version" attribute
 

Uses of WebAppVersionType.Enum in org.apache.geronimo.xbeans.web.impl
 

Methods in org.apache.geronimo.xbeans.web.impl that return WebAppVersionType.Enum
 WebAppVersionType.Enum WebAppTypeImpl.getVersion()
          Gets the "version" attribute
 

Methods in org.apache.geronimo.xbeans.web.impl with parameters of type WebAppVersionType.Enum
 void WebAppTypeImpl.setVersion(WebAppVersionType.Enum version)
          Sets the "version" attribute
 



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.