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