Uses of Class
org.eclipse.jst.j2ee.common.EjbRefType

Packages that use EjbRefType
org.eclipse.jst.j2ee.common This package includes api the common model artifacts that include (Resource References, EJB References, Display Name, Description Group, Security roles, Environment variables).  
 

Uses of EjbRefType in org.eclipse.jst.j2ee.common
 

Fields in org.eclipse.jst.j2ee.common declared as EjbRefType
static EjbRefType EjbRefType.SESSION_LITERAL
          The 'Session' literal object
static EjbRefType EjbRefType.ENTITY_LITERAL
          The 'Entity' literal object
 

Methods in org.eclipse.jst.j2ee.common that return EjbRefType
static EjbRefType EjbRefType.get(java.lang.String literal)
          Returns the 'Ejb Ref Type' literal with the specified literal value
static EjbRefType EjbRefType.getByName(java.lang.String name)
          Returns the 'Ejb Ref Type' literal with the specified name
static EjbRefType EjbRefType.get(int value)
          Returns the 'Ejb Ref Type' literal with the specified integer value
 EjbRefType EjbRef.getType()
           
 

Methods in org.eclipse.jst.j2ee.common with parameters of type EjbRefType
 void EjbRef.setType(EjbRefType value)
          Sets the value of the 'Type' attribute