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

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

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

Methods in org.apache.geronimo.xbeans.ejb that return MethodIntfType.Enum
 MethodIntfType.Enum MethodType.getMethodIntf()
          Gets the "method-intf" element
 

Methods in org.apache.geronimo.xbeans.ejb with parameters of type MethodIntfType.Enum
 void MethodType.setMethodIntf(MethodIntfType.Enum methodIntf)
          Sets the "method-intf" element
 

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

Methods in org.apache.geronimo.xbeans.ejb.impl that return MethodIntfType.Enum
 MethodIntfType.Enum MethodTypeImpl.getMethodIntf()
          Gets the "method-intf" element
 

Methods in org.apache.geronimo.xbeans.ejb.impl with parameters of type MethodIntfType.Enum
 void MethodTypeImpl.setMethodIntf(MethodIntfType.Enum methodIntf)
          Sets the "method-intf" element
 

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

Fields in org.apache.geronimo.xbeans.j2ee declared as MethodIntfType.Enum
static MethodIntfType.Enum MethodIntfType.HOME
           
static MethodIntfType.Enum MethodIntfType.REMOTE
           
static MethodIntfType.Enum MethodIntfType.LOCAL_HOME
           
static MethodIntfType.Enum MethodIntfType.LOCAL
           
static MethodIntfType.Enum MethodIntfType.SERVICE_ENDPOINT
           
 

Methods in org.apache.geronimo.xbeans.j2ee that return MethodIntfType.Enum
static MethodIntfType.Enum MethodIntfType.Enum.forString(String s)
          Returns the enum value for a string, or null if none.
static MethodIntfType.Enum MethodIntfType.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.