|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.ObjectAbstractEnumerator
org.eclipse.jst.j2ee.webapplication.HTTPMethodTypeEnum
A representation of the literals of the enumeration 'HTTP Method Type Enum', and utility methods for working with them.
WebapplicationPackage.getHTTPMethodTypeEnum(),
Serialized Form| Field Summary | |
|---|---|
static int |
DELETE
The 'DELETE' literal value |
static HTTPMethodTypeEnum |
DELETE_LITERAL
The 'DELETE' literal object |
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 |
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 |
PUT
The 'PUT' literal value |
static HTTPMethodTypeEnum |
PUT_LITERAL
The 'PUT' literal object |
static int |
TRACE
The 'TRACE' literal value |
static HTTPMethodTypeEnum |
TRACE_LITERAL
The 'TRACE' literal object |
static java.util.List |
VALUES
A public read-only list of all the 'HTTP Method Type Enum' enumerators |
| Method Summary | |
|---|---|
static HTTPMethodTypeEnum |
get(int value)
Returns the 'HTTP Method Type Enum' literal with the specified value |
static HTTPMethodTypeEnum |
get(java.lang.String name)
Returns the 'HTTP Method Type Enum' literal with the specified name |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int GET
GET_LITERAL,
Constant Field Valuespublic static final int POST
POST_LITERAL,
Constant Field Valuespublic static final int PUT
PUT_LITERAL,
Constant Field Valuespublic static final int DELETE
DELETE_LITERAL,
Constant Field Valuespublic static final int HEAD
HEAD_LITERAL,
Constant Field Valuespublic static final int OPTIONS
OPTIONS_LITERAL,
Constant Field Valuespublic static final int TRACE
TRACE_LITERAL,
Constant Field Valuespublic static final HTTPMethodTypeEnum GET_LITERAL
If the meaning of 'GET' literal object isn't clear, there really should be more of a description here...
GETpublic static final HTTPMethodTypeEnum POST_LITERAL
If the meaning of 'POST' literal object isn't clear, there really should be more of a description here...
POSTpublic static final HTTPMethodTypeEnum PUT_LITERAL
If the meaning of 'PUT' literal object isn't clear, there really should be more of a description here...
PUTpublic static final HTTPMethodTypeEnum DELETE_LITERAL
If the meaning of 'DELETE' literal object isn't clear, there really should be more of a description here...
DELETEpublic static final HTTPMethodTypeEnum HEAD_LITERAL
If the meaning of 'HEAD' literal object isn't clear, there really should be more of a description here...
HEADpublic static final HTTPMethodTypeEnum OPTIONS_LITERAL
If the meaning of 'OPTIONS' literal object isn't clear, there really should be more of a description here...
OPTIONSpublic static final HTTPMethodTypeEnum TRACE_LITERAL
If the meaning of 'TRACE' literal object isn't clear, there really should be more of a description here...
TRACEpublic static final java.util.List VALUES
| Method Detail |
public static HTTPMethodTypeEnum get(java.lang.String name)
name - passes literal name
public static HTTPMethodTypeEnum get(int value)
value - passes literal value
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||