public static enum ListQueryParameterObject.ResultType extends Enum<ListQueryParameterObject.ResultType>
| Enum Constant and Description |
|---|
COUNT |
LIST |
LIST_PAGE |
SINGLE_RESULT |
| Modifier and Type | Method and Description |
|---|---|
static ListQueryParameterObject.ResultType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListQueryParameterObject.ResultType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListQueryParameterObject.ResultType LIST
public static final ListQueryParameterObject.ResultType LIST_PAGE
public static final ListQueryParameterObject.ResultType SINGLE_RESULT
public static final ListQueryParameterObject.ResultType COUNT
public static ListQueryParameterObject.ResultType[] values()
for (ListQueryParameterObject.ResultType c : ListQueryParameterObject.ResultType.values()) System.out.println(c);
public static ListQueryParameterObject.ResultType 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 © 2019 Flowable. All rights reserved.