org.eclipse.jst.j2ee.webapplication
Class HTTPMethodTypeEnum

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by org.eclipse.jst.j2ee.webapplication.HTTPMethodTypeEnum
All Implemented Interfaces:
java.io.Serializable, org.eclipse.emf.common.util.Enumerator

public final class HTTPMethodTypeEnum
extends org.eclipse.emf.common.util.AbstractEnumerator

A representation of the literals of the enumeration 'HTTP Method Type Enum', and utility methods for working with them.

See Also:
WebapplicationPackage.getHTTPMethodTypeEnum(), Serialized Form

Field Summary
static int ACK
           
static HTTPMethodTypeEnum ACK_LITERAL
           
static int ACL
           
static HTTPMethodTypeEnum ACL_LITERAL
           
static int BASELINE_CONTROL
           
static HTTPMethodTypeEnum BASELINE_CONTROL_LITERAL
           
static int BIND
           
static HTTPMethodTypeEnum BIND_LITERAL
           
static int BYE
           
static HTTPMethodTypeEnum BYE_LITERAL
           
static int CANCEL
           
static HTTPMethodTypeEnum CANCEL_LITERAL
           
static int CHECKIN
           
static HTTPMethodTypeEnum CHECKIN_LITERAL
           
static int CHECKOUT
           
static HTTPMethodTypeEnum CHECKOUT_LITERAL
           
static int COPY
           
static HTTPMethodTypeEnum COPY_LITERAL
           
static int DELETE
          The 'DELETE' literal value
static HTTPMethodTypeEnum DELETE_LITERAL
          The 'DELETE' literal object
static int ERRORRESPONSE
           
static HTTPMethodTypeEnum ERRORRESPONSE_LITERAL
           
static int GET
          The 'GET' literal value
static HTTPMethodTypeEnum GET_LITERAL
          The 'GET' literal object
static int HEAD
          The 'HEAD' literal value
static HTTPMethodTypeEnum HEAD_LITERAL
          The 'HEAD' literal object
static int INFO
           
static HTTPMethodTypeEnum INFO_LITERAL
           
static int INVITE
           
static HTTPMethodTypeEnum INVITE_LITERAL
           
static int LABEL
           
static HTTPMethodTypeEnum LABEL_LITERAL
           
static int LOCK
           
static HTTPMethodTypeEnum LOCK_LITERAL
           
static int MERGE
           
static HTTPMethodTypeEnum MERGE_LITERAL
           
static int MESSAGE
           
static HTTPMethodTypeEnum MESSAGE_LITERAL
           
static int MKACTIVITY
           
static HTTPMethodTypeEnum MKACTIVITY_LITERAL
           
static int MKCOL
           
static HTTPMethodTypeEnum MKCOL_LITERAL
           
static int MKWORKSPACE
           
static HTTPMethodTypeEnum MKWORKSPACE_LITERAL
           
static int MOVE
           
static HTTPMethodTypeEnum MOVE_LITERAL
           
static int NOTIFY
           
static HTTPMethodTypeEnum NOTIFY_LITERAL
           
static int OPTIONS
          The 'OPTIONS' literal value
static HTTPMethodTypeEnum OPTIONS_LITERAL
          The 'OPTIONS' literal object
static int POST
          The 'POST' literal value
static HTTPMethodTypeEnum POST_LITERAL
          The 'POST' literal object
static int PRACK
           
static HTTPMethodTypeEnum PRACK_LITERAL
           
static int PROPFIND
           
static HTTPMethodTypeEnum PROPFIND_LITERAL
           
static int PROPPATCH
           
static HTTPMethodTypeEnum PROPPATCH_LITERAL
           
static int PROVISIONALRESPONSE
           
static HTTPMethodTypeEnum PROVISIONALRESPONSE_LITERAL
           
static int PUBLISH
           
static HTTPMethodTypeEnum PUBLISH_LITERAL
           
static int PUT
          The 'PUT' literal value
static HTTPMethodTypeEnum PUT_LITERAL
          The 'PUT' literal object
static int REBIND
           
static HTTPMethodTypeEnum REBIND_LITERAL
           
static int REDIRECTRESPONSE
           
static HTTPMethodTypeEnum REDIRECTRESPONSE_LITERAL
           
static int REGISTER
           
static HTTPMethodTypeEnum REGISTER_LITERAL
           
static int REPORT
           
static HTTPMethodTypeEnum REPORT_LITERAL
           
static int REQUEST
           
static HTTPMethodTypeEnum REQUEST_LITERAL
           
static int RESPONSE
           
static HTTPMethodTypeEnum RESPONSE_LITERAL
           
static int SEARCH
           
static HTTPMethodTypeEnum SEARCH_LITERAL
           
static int SUCCESSRESPONSE
           
static HTTPMethodTypeEnum SUCCESSRESPONSE_LITERAL
           
static int TRACE
          The 'TRACE' literal value
static HTTPMethodTypeEnum TRACE_LITERAL
          The 'TRACE' literal object
static int UNBIND
           
static HTTPMethodTypeEnum UNBIND_LITERAL
           
static int UNCHECKOUT
           
static HTTPMethodTypeEnum UNCHECKOUT_LITERAL
           
static int UNLOCK
           
static HTTPMethodTypeEnum UNLOCK_LITERAL
           
static int UPDATE
           
static HTTPMethodTypeEnum UPDATE_LITERAL
           
static java.util.List VALUES
          A public read-only list of all the 'HTTP Method Type Enum' enumerators
static int VERSION_CONTROL
           
static HTTPMethodTypeEnum VERSION_CONTROL_LITERAL
           
 
Method Summary
static HTTPMethodTypeEnum get(int value)
          Returns the 'HTTP Method Type Enum' literal with the specified integer value
static HTTPMethodTypeEnum get(java.lang.String literal)
          Returns the 'HTTP Method Type Enum' literal with the specified literal value
static HTTPMethodTypeEnum getByName(java.lang.String name)
          Returns the 'HTTP Method Type Enum' literal with the specified name
 
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator
getLiteral, getName, getValue, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

GET

public static final int GET
The 'GET' literal value. The http-method contains an HTTP method (GET | POST |...)

See Also:
GET_LITERAL, Constant Field Values

POST

public static final int POST
The 'POST' literal value.

See Also:
POST_LITERAL, Constant Field Values

PUT

public static final int PUT
The 'PUT' literal value.

See Also:
PUT_LITERAL, Constant Field Values

DELETE

public static final int DELETE
The 'DELETE' literal value.

See Also:
DELETE_LITERAL, Constant Field Values

HEAD

public static final int HEAD
The 'HEAD' literal value.

See Also:
HEAD_LITERAL, Constant Field Values

OPTIONS

public static final int OPTIONS
The 'OPTIONS' literal value.

See Also:
OPTIONS_LITERAL, Constant Field Values

TRACE

public static final int TRACE
The 'TRACE' literal value.

See Also:
TRACE_LITERAL, Constant Field Values

ACL

public static final int ACL
See Also:
Constant Field Values

BASELINE_CONTROL

public static final int BASELINE_CONTROL
See Also:
Constant Field Values

BIND

public static final int BIND
See Also:
Constant Field Values

CHECKIN

public static final int CHECKIN
See Also:
Constant Field Values

CHECKOUT

public static final int CHECKOUT
See Also:
Constant Field Values

LABEL

public static final int LABEL
See Also:
Constant Field Values

MERGE

public static final int MERGE
See Also:
Constant Field Values

MKACTIVITY

public static final int MKACTIVITY
See Also:
Constant Field Values

MKWORKSPACE

public static final int MKWORKSPACE
See Also:
Constant Field Values

REBIND

public static final int REBIND
See Also:
Constant Field Values

REPORT

public static final int REPORT
See Also:
Constant Field Values

SEARCH

public static final int SEARCH
See Also:
Constant Field Values

UNBIND

public static final int UNBIND
See Also:
Constant Field Values

UNCHECKOUT

public static final int UNCHECKOUT
See Also:
Constant Field Values

UPDATE

public static final int UPDATE
See Also:
Constant Field Values

VERSION_CONTROL

public static final int VERSION_CONTROL
See Also:
Constant Field Values

ACK

public static final int ACK
See Also:
Constant Field Values

BYE

public static final int BYE
See Also:
Constant Field Values

CANCEL

public static final int CANCEL
See Also:
Constant Field Values

COPY

public static final int COPY
See Also:
Constant Field Values

ERRORRESPONSE

public static final int ERRORRESPONSE
See Also:
Constant Field Values

INFO

public static final int INFO
See Also:
Constant Field Values

INVITE

public static final int INVITE
See Also:
Constant Field Values

LOCK

public static final int LOCK
See Also:
Constant Field Values

MESSAGE

public static final int MESSAGE
See Also:
Constant Field Values

MKCOL

public static final int MKCOL
See Also:
Constant Field Values

MOVE

public static final int MOVE
See Also:
Constant Field Values

NOTIFY

public static final int NOTIFY
See Also:
Constant Field Values

PRACK

public static final int PRACK
See Also:
Constant Field Values

PROPFIND

public static final int PROPFIND
See Also:
Constant Field Values

PROPPATCH

public static final int PROPPATCH
See Also:
Constant Field Values

PROVISIONALRESPONSE

public static final int PROVISIONALRESPONSE
See Also:
Constant Field Values

PUBLISH

public static final int PUBLISH
See Also:
Constant Field Values

REDIRECTRESPONSE

public static final int REDIRECTRESPONSE
See Also:
Constant Field Values

REGISTER

public static final int REGISTER
See Also:
Constant Field Values

REQUEST

public static final int REQUEST
See Also:
Constant Field Values

RESPONSE

public static final int RESPONSE
See Also:
Constant Field Values

SUCCESSRESPONSE

public static final int SUCCESSRESPONSE
See Also:
Constant Field Values

UNLOCK

public static final int UNLOCK
See Also:
Constant Field Values

GET_LITERAL

public static final HTTPMethodTypeEnum GET_LITERAL
The 'GET' literal object.

If the meaning of 'GET' literal object isn't clear, there really should be more of a description here...

See Also:
GET

POST_LITERAL

public static final HTTPMethodTypeEnum POST_LITERAL
The 'POST' literal object.

If the meaning of 'POST' literal object isn't clear, there really should be more of a description here...

See Also:
POST

PUT_LITERAL

public static final HTTPMethodTypeEnum PUT_LITERAL
The 'PUT' literal object.

If the meaning of 'PUT' literal object isn't clear, there really should be more of a description here...

See Also:
PUT

DELETE_LITERAL

public static final HTTPMethodTypeEnum DELETE_LITERAL
The 'DELETE' literal object.

If the meaning of 'DELETE' literal object isn't clear, there really should be more of a description here...

See Also:
DELETE

HEAD_LITERAL

public static final HTTPMethodTypeEnum HEAD_LITERAL
The 'HEAD' literal object.

If the meaning of 'HEAD' literal object isn't clear, there really should be more of a description here...

See Also:
HEAD

OPTIONS_LITERAL

public static final HTTPMethodTypeEnum OPTIONS_LITERAL
The 'OPTIONS' literal object.

If the meaning of 'OPTIONS' literal object isn't clear, there really should be more of a description here...

See Also:
OPTIONS

TRACE_LITERAL

public static final HTTPMethodTypeEnum TRACE_LITERAL
The 'TRACE' literal object.

If the meaning of 'TRACE' literal object isn't clear, there really should be more of a description here...

See Also:
TRACE

ACK_LITERAL

public static final HTTPMethodTypeEnum ACK_LITERAL

ACL_LITERAL

public static final HTTPMethodTypeEnum ACL_LITERAL

BASELINE_CONTROL_LITERAL

public static final HTTPMethodTypeEnum BASELINE_CONTROL_LITERAL

BIND_LITERAL

public static final HTTPMethodTypeEnum BIND_LITERAL

BYE_LITERAL

public static final HTTPMethodTypeEnum BYE_LITERAL

CANCEL_LITERAL

public static final HTTPMethodTypeEnum CANCEL_LITERAL

CHECKIN_LITERAL

public static final HTTPMethodTypeEnum CHECKIN_LITERAL

CHECKOUT_LITERAL

public static final HTTPMethodTypeEnum CHECKOUT_LITERAL

ERRORRESPONSE_LITERAL

public static final HTTPMethodTypeEnum ERRORRESPONSE_LITERAL

INFO_LITERAL

public static final HTTPMethodTypeEnum INFO_LITERAL

INVITE_LITERAL

public static final HTTPMethodTypeEnum INVITE_LITERAL

LABEL_LITERAL

public static final HTTPMethodTypeEnum LABEL_LITERAL

LOCK_LITERAL

public static final HTTPMethodTypeEnum LOCK_LITERAL

MERGE_LITERAL

public static final HTTPMethodTypeEnum MERGE_LITERAL

MESSAGE_LITERAL

public static final HTTPMethodTypeEnum MESSAGE_LITERAL

MKACTIVITY_LITERAL

public static final HTTPMethodTypeEnum MKACTIVITY_LITERAL

MKCOL_LITERAL

public static final HTTPMethodTypeEnum MKCOL_LITERAL

MKWORKSPACE_LITERAL

public static final HTTPMethodTypeEnum MKWORKSPACE_LITERAL

MOVE_LITERAL

public static final HTTPMethodTypeEnum MOVE_LITERAL

NOTIFY_LITERAL

public static final HTTPMethodTypeEnum NOTIFY_LITERAL

PRACK_LITERAL

public static final HTTPMethodTypeEnum PRACK_LITERAL

PROPFIND_LITERAL

public static final HTTPMethodTypeEnum PROPFIND_LITERAL

PROPPATCH_LITERAL

public static final HTTPMethodTypeEnum PROPPATCH_LITERAL

PROVISIONALRESPONSE_LITERAL

public static final HTTPMethodTypeEnum PROVISIONALRESPONSE_LITERAL

PUBLISH_LITERAL

public static final HTTPMethodTypeEnum PUBLISH_LITERAL

REBIND_LITERAL

public static final HTTPMethodTypeEnum REBIND_LITERAL

REDIRECTRESPONSE_LITERAL

public static final HTTPMethodTypeEnum REDIRECTRESPONSE_LITERAL

REGISTER_LITERAL

public static final HTTPMethodTypeEnum REGISTER_LITERAL

REPORT_LITERAL

public static final HTTPMethodTypeEnum REPORT_LITERAL

REQUEST_LITERAL

public static final HTTPMethodTypeEnum REQUEST_LITERAL

RESPONSE_LITERAL

public static final HTTPMethodTypeEnum RESPONSE_LITERAL

SEARCH_LITERAL

public static final HTTPMethodTypeEnum SEARCH_LITERAL

SUCCESSRESPONSE_LITERAL

public static final HTTPMethodTypeEnum SUCCESSRESPONSE_LITERAL

UNBIND_LITERAL

public static final HTTPMethodTypeEnum UNBIND_LITERAL

UNCHECKOUT_LITERAL

public static final HTTPMethodTypeEnum UNCHECKOUT_LITERAL

UNLOCK_LITERAL

public static final HTTPMethodTypeEnum UNLOCK_LITERAL

UPDATE_LITERAL

public static final HTTPMethodTypeEnum UPDATE_LITERAL

VERSION_CONTROL_LITERAL

public static final HTTPMethodTypeEnum VERSION_CONTROL_LITERAL

COPY_LITERAL

public static final HTTPMethodTypeEnum COPY_LITERAL

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'HTTP Method Type Enum' enumerators.

Method Detail

get

public static HTTPMethodTypeEnum get(java.lang.String literal)
Returns the 'HTTP Method Type Enum' literal with the specified literal value.

Parameters:
name - passes literal name
Returns:
literal instance

getByName

public static HTTPMethodTypeEnum getByName(java.lang.String name)
Returns the 'HTTP Method Type Enum' literal with the specified name.


get

public static HTTPMethodTypeEnum get(int value)
Returns the 'HTTP Method Type Enum' literal with the specified integer value.

Parameters:
value - passes literal value
Returns:
literal instance