|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
org.eclipse.jst.j2ee.webapplication.HTTPMethodTypeEnum
public final class HTTPMethodTypeEnum
A representation of the literals of the enumeration 'HTTP Method Type Enum', and utility methods for working with them.
WebapplicationPackage.getHTTPMethodTypeEnum()
,
Serialized FormMethod 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 |
---|
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 int ACL
public static final int BASELINE_CONTROL
public static final int BIND
public static final int CHECKIN
public static final int CHECKOUT
public static final int LABEL
public static final int MERGE
public static final int MKACTIVITY
public static final int MKWORKSPACE
public static final int REBIND
public static final int REPORT
public static final int SEARCH
public static final int UNBIND
public static final int UNCHECKOUT
public static final int UPDATE
public static final int VERSION_CONTROL
public static final int ACK
public static final int BYE
public static final int CANCEL
public static final int COPY
public static final int ERRORRESPONSE
public static final int INFO
public static final int INVITE
public static final int LOCK
public static final int MESSAGE
public static final int MKCOL
public static final int MOVE
public static final int NOTIFY
public static final int PRACK
public static final int PROPFIND
public static final int PROPPATCH
public static final int PROVISIONALRESPONSE
public static final int PUBLISH
public static final int REDIRECTRESPONSE
public static final int REGISTER
public static final int REQUEST
public static final int RESPONSE
public static final int SUCCESSRESPONSE
public static final int UNLOCK
public static final HTTPMethodTypeEnum GET_LITERAL
If the meaning of 'GET' literal object isn't clear, there really should be more of a description here...
GET
public static final HTTPMethodTypeEnum POST_LITERAL
If the meaning of 'POST' literal object isn't clear, there really should be more of a description here...
POST
public static final HTTPMethodTypeEnum PUT_LITERAL
If the meaning of 'PUT' literal object isn't clear, there really should be more of a description here...
PUT
public static final HTTPMethodTypeEnum DELETE_LITERAL
If the meaning of 'DELETE' literal object isn't clear, there really should be more of a description here...
DELETE
public static final HTTPMethodTypeEnum HEAD_LITERAL
If the meaning of 'HEAD' literal object isn't clear, there really should be more of a description here...
HEAD
public static final HTTPMethodTypeEnum OPTIONS_LITERAL
If the meaning of 'OPTIONS' literal object isn't clear, there really should be more of a description here...
OPTIONS
public static final HTTPMethodTypeEnum TRACE_LITERAL
If the meaning of 'TRACE' literal object isn't clear, there really should be more of a description here...
TRACE
public static final HTTPMethodTypeEnum ACK_LITERAL
public static final HTTPMethodTypeEnum ACL_LITERAL
public static final HTTPMethodTypeEnum BASELINE_CONTROL_LITERAL
public static final HTTPMethodTypeEnum BIND_LITERAL
public static final HTTPMethodTypeEnum BYE_LITERAL
public static final HTTPMethodTypeEnum CANCEL_LITERAL
public static final HTTPMethodTypeEnum CHECKIN_LITERAL
public static final HTTPMethodTypeEnum CHECKOUT_LITERAL
public static final HTTPMethodTypeEnum ERRORRESPONSE_LITERAL
public static final HTTPMethodTypeEnum INFO_LITERAL
public static final HTTPMethodTypeEnum INVITE_LITERAL
public static final HTTPMethodTypeEnum LABEL_LITERAL
public static final HTTPMethodTypeEnum LOCK_LITERAL
public static final HTTPMethodTypeEnum MERGE_LITERAL
public static final HTTPMethodTypeEnum MESSAGE_LITERAL
public static final HTTPMethodTypeEnum MKACTIVITY_LITERAL
public static final HTTPMethodTypeEnum MKCOL_LITERAL
public static final HTTPMethodTypeEnum MKWORKSPACE_LITERAL
public static final HTTPMethodTypeEnum MOVE_LITERAL
public static final HTTPMethodTypeEnum NOTIFY_LITERAL
public static final HTTPMethodTypeEnum PRACK_LITERAL
public static final HTTPMethodTypeEnum PROPFIND_LITERAL
public static final HTTPMethodTypeEnum PROPPATCH_LITERAL
public static final HTTPMethodTypeEnum PROVISIONALRESPONSE_LITERAL
public static final HTTPMethodTypeEnum PUBLISH_LITERAL
public static final HTTPMethodTypeEnum REBIND_LITERAL
public static final HTTPMethodTypeEnum REDIRECTRESPONSE_LITERAL
public static final HTTPMethodTypeEnum REGISTER_LITERAL
public static final HTTPMethodTypeEnum REPORT_LITERAL
public static final HTTPMethodTypeEnum REQUEST_LITERAL
public static final HTTPMethodTypeEnum RESPONSE_LITERAL
public static final HTTPMethodTypeEnum SEARCH_LITERAL
public static final HTTPMethodTypeEnum SUCCESSRESPONSE_LITERAL
public static final HTTPMethodTypeEnum UNBIND_LITERAL
public static final HTTPMethodTypeEnum UNCHECKOUT_LITERAL
public static final HTTPMethodTypeEnum UNLOCK_LITERAL
public static final HTTPMethodTypeEnum UPDATE_LITERAL
public static final HTTPMethodTypeEnum VERSION_CONTROL_LITERAL
public static final HTTPMethodTypeEnum COPY_LITERAL
public static final java.util.List VALUES
Method Detail |
---|
public static HTTPMethodTypeEnum get(java.lang.String literal)
name
- passes literal name
public static HTTPMethodTypeEnum getByName(java.lang.String 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 |