Groovy Documentation

org.jdesktop.http
[Java] Enum Method

java.lang.Object
  java.lang.Enum
      org.jdesktop.http.Method

public enum Method
extends Enum

Authors:
rbair


Enum Constant Summary
DELETE

GET

HEAD

OPTIONS

POST

PUT

TRACE

 
Method Summary
Method valueOf(String name)

Returns the enum constant of this type with the specified name.

Method[] values()

Returns an array containing the constants of this enum type, in the order they are declared.

 
Methods inherited from class Enum
name, equals, toString, hashCode, compareTo, compareTo, valueOf, getDeclaringClass, ordinal, wait, wait, wait, getClass, notify, notifyAll
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Enum Constant Detail

DELETE

Method DELETE


GET

Method GET


HEAD

Method HEAD


OPTIONS

Method OPTIONS


POST

Method POST


PUT

Method PUT


TRACE

Method TRACE


 
Method Detail

valueOf

Method valueOf(String name)
Returns the enum constant of this type with the specified name.


values

Method[] values()
Returns an array containing the constants of this enum type, in the order they are declared.


 

Groovy Documentation