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
static HTTPMethodTypeEnum HTTPMethodTypeEnum.ACK_LITERAL
           
static HTTPMethodTypeEnum HTTPMethodTypeEnum.ACL_LITERAL
           
static HTTPMethodTypeEnum HTTPMethodTypeEnum.BASELINE_CONTROL_LITERAL
           
static HTTPMethodTypeEnum HTTPMethodTypeEnum.BIND_LITERAL
           
static HTTPMethodTypeEnum HTTPMethodTypeEnum.BYE_LITERAL
           
static HTTPMethodTypeEnum HTTPMethodTypeEnum.CANCEL_LITERAL
           
static HTTPMethodTypeEnum HTTPMethodTypeEnum.CHECKIN_LITERAL
           
static HTTPMethodTypeEnum HTTPMethodTypeEnum.CHECKOUT_LITERAL
           
static HTTPMethodTypeEnum HTTPMethodTypeEnum.ERRORRESPONSE_LITERAL
           
static HTTPMethodTypeEnum HTTPMethodTypeEnum.INFO_LITERAL
           
static HTTPMethodTypeEnum HTTPMethodTypeEnum.INVITE_LITERAL
           
static HTTPMethodTypeEnum HTTPMethodTypeEnum.LABEL_LITERAL
           
static HTTPMethodTypeEnum HTTPMethodTypeEnum.LOCK_LITERAL
           
static HTTPMethodTypeEnum HTTPMethodTypeEnum.MERGE_LITERAL
           
static HTTPMethodTypeEnum HTTPMethodTypeEnum.MESSAGE_LITERAL
           
static HTTPMethodTypeEnum HTTPMethodTypeEnum.MKACTIVITY_LITERAL
           
static HTTPMethodTypeEnum HTTPMethodTypeEnum.MKCOL_LITERAL
           
static HTTPMethodTypeEnum HTTPMethodTypeEnum.MKWORKSPACE_LITERAL
           
static HTTPMethodTypeEnum HTTPMethodTypeEnum.MOVE_LITERAL
           
static HTTPMethodTypeEnum HTTPMethodTypeEnum.NOTIFY_LITERAL
           
static HTTPMethodTypeEnum HTTPMethodTypeEnum.PRACK_LITERAL
           
static HTTPMethodTypeEnum HTTPMethodTypeEnum.PROPFIND_LITERAL
           
static HTTPMethodTypeEnum HTTPMethodTypeEnum.PROPPATCH_LITERAL
           
static HTTPMethodTypeEnum HTTPMethodTypeEnum.PROVISIONALRESPONSE_LITERAL
           
static HTTPMethodTypeEnum HTTPMethodTypeEnum.PUBLISH_LITERAL
           
static HTTPMethodTypeEnum HTTPMethodTypeEnum.REBIND_LITERAL
           
static HTTPMethodTypeEnum HTTPMethodTypeEnum.REDIRECTRESPONSE_LITERAL
           
static HTTPMethodTypeEnum HTTPMethodTypeEnum.REGISTER_LITERAL
           
static HTTPMethodTypeEnum HTTPMethodTypeEnum.REPORT_LITERAL
           
static HTTPMethodTypeEnum HTTPMethodTypeEnum.REQUEST_LITERAL
           
static HTTPMethodTypeEnum HTTPMethodTypeEnum.RESPONSE_LITERAL
           
static HTTPMethodTypeEnum HTTPMethodTypeEnum.SEARCH_LITERAL
           
static HTTPMethodTypeEnum HTTPMethodTypeEnum.SUCCESSRESPONSE_LITERAL
           
static HTTPMethodTypeEnum HTTPMethodTypeEnum.UNBIND_LITERAL
           
static HTTPMethodTypeEnum HTTPMethodTypeEnum.UNCHECKOUT_LITERAL
           
static HTTPMethodTypeEnum HTTPMethodTypeEnum.UNLOCK_LITERAL
           
static HTTPMethodTypeEnum HTTPMethodTypeEnum.UPDATE_LITERAL
           
static HTTPMethodTypeEnum HTTPMethodTypeEnum.VERSION_CONTROL_LITERAL
           
static HTTPMethodTypeEnum HTTPMethodTypeEnum.COPY_LITERAL
           
 

Methods in org.eclipse.jst.j2ee.webapplication that return HTTPMethodTypeEnum
static HTTPMethodTypeEnum HTTPMethodTypeEnum.get(java.lang.String literal)
          Returns the 'HTTP Method Type Enum' literal with the specified literal value
static HTTPMethodTypeEnum HTTPMethodTypeEnum.getByName(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 integer value