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

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

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

Fields in org.apache.geronimo.xbeans.j2ee declared as ResAuthType.Enum
static ResAuthType.Enum ResAuthType.APPLICATION
           
static ResAuthType.Enum ResAuthType.CONTAINER
           
 

Methods in org.apache.geronimo.xbeans.j2ee that return ResAuthType.Enum
 ResAuthType.Enum ResourceRefType.getResAuth()
          Gets the "res-auth" element
static ResAuthType.Enum ResAuthType.Enum.forString(String s)
          Returns the enum value for a string, or null if none.
static ResAuthType.Enum ResAuthType.Enum.forInt(int i)
          Returns the enum value corresponding to an int, or null if none.
 

Methods in org.apache.geronimo.xbeans.j2ee with parameters of type ResAuthType.Enum
 void ResourceRefType.setResAuth(ResAuthType.Enum resAuth)
          Sets the "res-auth" element
 

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

Methods in org.apache.geronimo.xbeans.j2ee.impl that return ResAuthType.Enum
 ResAuthType.Enum ResourceRefTypeImpl.getResAuth()
          Gets the "res-auth" element
 

Methods in org.apache.geronimo.xbeans.j2ee.impl with parameters of type ResAuthType.Enum
 void ResourceRefTypeImpl.setResAuth(ResAuthType.Enum resAuth)
          Sets the "res-auth" element
 



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