public static enum RestArgument.REST_GROUP extends Enum<RestArgument.REST_GROUP>
Enum Constant and Description |
---|
ARGS_ANSWER
arguments.path(ARGS_ANSWER) main entry for ANSWER arguments
|
ARGS_BODY
arguments.path(ARGS_BODY) main entry for BODY arguments
|
ARGS_COOKIE
arguments.path(ARGS_COOKIE) main entry for COOKIE arguments
|
ARGS_HEADER
arguments.path(ARGS_HEADER) main entry for HEADER arguments
|
ARGS_URI
arguments.path(ARGS_URI) main entry for URI arguments
|
Modifier and Type | Method and Description |
---|---|
static RestArgument.REST_GROUP |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestArgument.REST_GROUP[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RestArgument.REST_GROUP ARGS_URI
public static final RestArgument.REST_GROUP ARGS_HEADER
public static final RestArgument.REST_GROUP ARGS_COOKIE
public static final RestArgument.REST_GROUP ARGS_BODY
public static final RestArgument.REST_GROUP ARGS_ANSWER
public final String group
public static RestArgument.REST_GROUP[] values()
for (RestArgument.REST_GROUP c : RestArgument.REST_GROUP.values()) System.out.println(c);
public static RestArgument.REST_GROUP 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 © 2009–2020 Waarp. All rights reserved.