public static enum RestArgument.REST_FIELD extends Enum<RestArgument.REST_FIELD>
Enum Constant and Description |
---|
JSON_ID |
JSON_JSON |
JSON_PATH |
JSON_RESULT |
X_ALLOW_URIS |
X_DETAILED_ALLOW |
Modifier and Type | Method and Description |
---|---|
static RestArgument.REST_FIELD |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestArgument.REST_FIELD[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RestArgument.REST_FIELD JSON_RESULT
public static final RestArgument.REST_FIELD JSON_PATH
public static final RestArgument.REST_FIELD JSON_JSON
public static final RestArgument.REST_FIELD X_DETAILED_ALLOW
public static final RestArgument.REST_FIELD X_ALLOW_URIS
public static final RestArgument.REST_FIELD JSON_ID
public final String field
public static RestArgument.REST_FIELD[] values()
for (RestArgument.REST_FIELD c : RestArgument.REST_FIELD.values()) System.out.println(c);
public static RestArgument.REST_FIELD 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.