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

Packages that use CmpVersionType.Enum
org.apache.geronimo.xbeans.ejb   
org.apache.geronimo.xbeans.ejb.impl   
org.apache.geronimo.xbeans.j2ee   
 

Uses of CmpVersionType.Enum in org.apache.geronimo.xbeans.ejb
 

Methods in org.apache.geronimo.xbeans.ejb that return CmpVersionType.Enum
 CmpVersionType.Enum EntityBeanType.getCmpVersion()
          Gets the "cmp-version" element
 

Methods in org.apache.geronimo.xbeans.ejb with parameters of type CmpVersionType.Enum
 void EntityBeanType.setCmpVersion(CmpVersionType.Enum cmpVersion)
          Sets the "cmp-version" element
 

Uses of CmpVersionType.Enum in org.apache.geronimo.xbeans.ejb.impl
 

Methods in org.apache.geronimo.xbeans.ejb.impl that return CmpVersionType.Enum
 CmpVersionType.Enum EntityBeanTypeImpl.getCmpVersion()
          Gets the "cmp-version" element
 

Methods in org.apache.geronimo.xbeans.ejb.impl with parameters of type CmpVersionType.Enum
 void EntityBeanTypeImpl.setCmpVersion(CmpVersionType.Enum cmpVersion)
          Sets the "cmp-version" element
 

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

Fields in org.apache.geronimo.xbeans.j2ee declared as CmpVersionType.Enum
static CmpVersionType.Enum CmpVersionType.X_1_X
           
static CmpVersionType.Enum CmpVersionType.X_2_X
           
 

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



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