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

Packages that use EjbRefTypeType.Enum
org.apache.geronimo.xbeans.j2ee   
org.apache.geronimo.xbeans.j2ee.impl   
 

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

Fields in org.apache.geronimo.xbeans.j2ee declared as EjbRefTypeType.Enum
static EjbRefTypeType.Enum EjbRefTypeType.ENTITY
           
static EjbRefTypeType.Enum EjbRefTypeType.SESSION
           
 

Methods in org.apache.geronimo.xbeans.j2ee that return EjbRefTypeType.Enum
static EjbRefTypeType.Enum EjbRefTypeType.Enum.forString(String s)
          Returns the enum value for a string, or null if none.
static EjbRefTypeType.Enum EjbRefTypeType.Enum.forInt(int i)
          Returns the enum value corresponding to an int, or null if none.
 EjbRefTypeType.Enum EjbRefType.getEjbRefType()
          Gets the "ejb-ref-type" element
 EjbRefTypeType.Enum EjbLocalRefType.getEjbRefType()
          Gets the "ejb-ref-type" element
 

Methods in org.apache.geronimo.xbeans.j2ee with parameters of type EjbRefTypeType.Enum
 void EjbRefType.setEjbRefType(EjbRefTypeType.Enum ejbRefType)
          Sets the "ejb-ref-type" element
 void EjbLocalRefType.setEjbRefType(EjbRefTypeType.Enum ejbRefType)
          Sets the "ejb-ref-type" element
 

Uses of EjbRefTypeType.Enum in org.apache.geronimo.xbeans.j2ee.impl
 

Methods in org.apache.geronimo.xbeans.j2ee.impl that return EjbRefTypeType.Enum
 EjbRefTypeType.Enum EjbRefTypeImpl.getEjbRefType()
          Gets the "ejb-ref-type" element
 EjbRefTypeType.Enum EjbLocalRefTypeImpl.getEjbRefType()
          Gets the "ejb-ref-type" element
 

Methods in org.apache.geronimo.xbeans.j2ee.impl with parameters of type EjbRefTypeType.Enum
 void EjbRefTypeImpl.setEjbRefType(EjbRefTypeType.Enum ejbRefType)
          Sets the "ejb-ref-type" element
 void EjbLocalRefTypeImpl.setEjbRefType(EjbRefTypeType.Enum ejbRefType)
          Sets the "ejb-ref-type" element
 



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