Uses of Class
org.eclipse.jst.j2ee.webapplication.HTTPMethodTypeEnum

Packages that use HTTPMethodTypeEnum
org.eclipse.jst.j2ee.webapplication This package includes the EJBArtifactEdit api.  
 

Uses of HTTPMethodTypeEnum in org.eclipse.jst.j2ee.webapplication
 

Fields in org.eclipse.jst.j2ee.webapplication declared as HTTPMethodTypeEnum
static HTTPMethodTypeEnum HTTPMethodTypeEnum.GET_LITERAL
          The 'GET' literal object
static HTTPMethodTypeEnum HTTPMethodTypeEnum.POST_LITERAL
          The 'POST' literal object
static HTTPMethodTypeEnum HTTPMethodTypeEnum.PUT_LITERAL
          The 'PUT' literal object
static HTTPMethodTypeEnum HTTPMethodTypeEnum.DELETE_LITERAL
          The 'DELETE' literal object
static HTTPMethodTypeEnum HTTPMethodTypeEnum.HEAD_LITERAL
          The 'HEAD' literal object
static HTTPMethodTypeEnum HTTPMethodTypeEnum.OPTIONS_LITERAL
          The 'OPTIONS' literal object
static HTTPMethodTypeEnum HTTPMethodTypeEnum.TRACE_LITERAL
          The 'TRACE' literal object
 

Methods in org.eclipse.jst.j2ee.webapplication that return HTTPMethodTypeEnum
static HTTPMethodTypeEnum HTTPMethodTypeEnum.get(java.lang.String name)
          Returns the 'HTTP Method Type Enum' literal with the specified name
static HTTPMethodTypeEnum HTTPMethodTypeEnum.get(int value)
          Returns the 'HTTP Method Type Enum' literal with the specified value