Uses of Class
org.apache.geronimo.xbeans.geronimo.naming.GerPersistenceContextTypeType.Enum

Packages that use GerPersistenceContextTypeType.Enum
org.apache.geronimo.xbeans.geronimo.naming   
org.apache.geronimo.xbeans.geronimo.naming.impl   
 

Uses of GerPersistenceContextTypeType.Enum in org.apache.geronimo.xbeans.geronimo.naming
 

Fields in org.apache.geronimo.xbeans.geronimo.naming declared as GerPersistenceContextTypeType.Enum
static GerPersistenceContextTypeType.Enum GerPersistenceContextTypeType.EXTENDED
           
static GerPersistenceContextTypeType.Enum GerPersistenceContextTypeType.TRANSACTIONAL
           
 

Methods in org.apache.geronimo.xbeans.geronimo.naming that return GerPersistenceContextTypeType.Enum
static GerPersistenceContextTypeType.Enum GerPersistenceContextTypeType.Enum.forInt(int i)
          Returns the enum value corresponding to an int, or null if none.
static GerPersistenceContextTypeType.Enum GerPersistenceContextTypeType.Enum.forString(String s)
          Returns the enum value for a string, or null if none.
 GerPersistenceContextTypeType.Enum GerPersistenceContextRefType.getPersistenceContextType()
          Gets the "persistence-context-type" element
 

Methods in org.apache.geronimo.xbeans.geronimo.naming with parameters of type GerPersistenceContextTypeType.Enum
 void GerPersistenceContextRefType.setPersistenceContextType(GerPersistenceContextTypeType.Enum persistenceContextType)
          Sets the "persistence-context-type" element
 

Uses of GerPersistenceContextTypeType.Enum in org.apache.geronimo.xbeans.geronimo.naming.impl
 

Methods in org.apache.geronimo.xbeans.geronimo.naming.impl that return GerPersistenceContextTypeType.Enum
 GerPersistenceContextTypeType.Enum GerPersistenceContextRefTypeImpl.getPersistenceContextType()
          Gets the "persistence-context-type" element
 

Methods in org.apache.geronimo.xbeans.geronimo.naming.impl with parameters of type GerPersistenceContextTypeType.Enum
 void GerPersistenceContextRefTypeImpl.setPersistenceContextType(GerPersistenceContextTypeType.Enum persistenceContextType)
          Sets the "persistence-context-type" element
 



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