public static enum ResourceTracker.RequestMethods extends java.lang.Enum<ResourceTracker.RequestMethods>
Enum Constant and Description |
---|
GET |
HEAD |
TESTING_UNDEF |
Modifier and Type | Method and Description |
---|---|
static ResourceTracker.RequestMethods[] |
getValidRequestMethods() |
static ResourceTracker.RequestMethods |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ResourceTracker.RequestMethods[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceTracker.RequestMethods HEAD
public static final ResourceTracker.RequestMethods GET
public static final ResourceTracker.RequestMethods TESTING_UNDEF
public static ResourceTracker.RequestMethods[] values()
for (ResourceTracker.RequestMethods c : ResourceTracker.RequestMethods.values()) System.out.println(c);
public static ResourceTracker.RequestMethods valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static ResourceTracker.RequestMethods[] getValidRequestMethods()