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

Packages that use ResAuthTypeBase
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 ResAuthTypeBase in org.eclipse.jst.j2ee.common
 

Fields in org.eclipse.jst.j2ee.common declared as ResAuthTypeBase
static ResAuthTypeBase ResAuthTypeBase.CONTAINER_LITERAL
          The 'Container' literal object
static ResAuthTypeBase ResAuthTypeBase.APPLICATION_LITERAL
          The 'Application' literal object
static ResAuthTypeBase ResAuthTypeBase.SERVLET_LITERAL
          The 'SERVLET' literal object
 

Methods in org.eclipse.jst.j2ee.common that return ResAuthTypeBase
static ResAuthTypeBase ResAuthTypeBase.get(java.lang.String literal)
          Returns the 'Res Auth Type Base' literal with the specified literal value
static ResAuthTypeBase ResAuthTypeBase.getByName(java.lang.String name)
          Returns the 'Res Auth Type Base' literal with the specified name
static ResAuthTypeBase ResAuthTypeBase.get(int value)
          Returns the 'Res Auth Type Base' literal with the specified integer value
 ResAuthTypeBase ResourceRef.getAuth()
           
 

Methods in org.eclipse.jst.j2ee.common with parameters of type ResAuthTypeBase
 void ResourceRef.setAuth(ResAuthTypeBase value)
          Sets the value of the 'Auth' attribute