public static enum ERXRoute.Method extends Enum<ERXRoute.Method>
Enum Constant and Description |
---|
All |
Connect |
Delete |
Get |
Head |
Options |
Post |
Put |
Trace |
Modifier and Type | Method and Description |
---|---|
static ERXRoute.Method |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ERXRoute.Method[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ERXRoute.Method All
public static final ERXRoute.Method Get
public static final ERXRoute.Method Put
public static final ERXRoute.Method Post
public static final ERXRoute.Method Delete
public static final ERXRoute.Method Head
public static final ERXRoute.Method Options
public static final ERXRoute.Method Trace
public static final ERXRoute.Method Connect
public static ERXRoute.Method[] values()
for (ERXRoute.Method c : ERXRoute.Method.values()) System.out.println(c);
public static ERXRoute.Method valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2002 – 2024 Project Wonder.