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

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

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

Fields in org.apache.geronimo.xbeans.j2ee declared as ResSharingScopeType.Enum
static ResSharingScopeType.Enum ResSharingScopeType.SHAREABLE
           
static ResSharingScopeType.Enum ResSharingScopeType.UNSHAREABLE
           
 

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

Methods in org.apache.geronimo.xbeans.j2ee with parameters of type ResSharingScopeType.Enum
 void ResourceRefType.setResSharingScope(ResSharingScopeType.Enum resSharingScope)
          Sets the "res-sharing-scope" element
 

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

Methods in org.apache.geronimo.xbeans.j2ee.impl that return ResSharingScopeType.Enum
 ResSharingScopeType.Enum ResourceRefTypeImpl.getResSharingScope()
          Gets the "res-sharing-scope" element
 

Methods in org.apache.geronimo.xbeans.j2ee.impl with parameters of type ResSharingScopeType.Enum
 void ResourceRefTypeImpl.setResSharingScope(ResSharingScopeType.Enum resSharingScope)
          Sets the "res-sharing-scope" element
 



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