public static enum DataHelper.JSON_COMMAND extends Enum<DataHelper.JSON_COMMAND>
| Modifier and Type | Method and Description |
|---|---|
static DataHelper.JSON_COMMAND |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataHelper.JSON_COMMAND[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataHelper.JSON_COMMAND hasItems
public static final DataHelper.JSON_COMMAND notHaveItems
public static final DataHelper.JSON_COMMAND notEqualTo
public static final DataHelper.JSON_COMMAND equalTo
public static final DataHelper.JSON_COMMAND notContain
public static final DataHelper.JSON_COMMAND contains
public static final DataHelper.JSON_COMMAND containsInAnyOrder
public static final DataHelper.JSON_COMMAND integerGreaterThan
public static final DataHelper.JSON_COMMAND integerLessThan
public static final DataHelper.JSON_COMMAND integerEqual
public static final DataHelper.JSON_COMMAND integerNotEqual
public static final DataHelper.JSON_COMMAND nodeSizeGreaterThan
public static final DataHelper.JSON_COMMAND nodeSizeExact
public static final DataHelper.JSON_COMMAND sequence
public static final DataHelper.JSON_COMMAND jsonbody
public static final DataHelper.JSON_COMMAND isNotEmpty
public static final DataHelper.JSON_COMMAND isEmpty
public static final DataHelper.JSON_COMMAND nodeSizeLessThan
public static final DataHelper.JSON_COMMAND isBetweenDate
public static final DataHelper.JSON_COMMAND allValuesEqualTo
public static final DataHelper.JSON_COMMAND countGreaterThan
public static final DataHelper.JSON_COMMAND countLessThan
public static final DataHelper.JSON_COMMAND countExact
public static final DataHelper.JSON_COMMAND command
public static final DataHelper.JSON_COMMAND notContains
public static final DataHelper.JSON_COMMAND contain
public static final DataHelper.JSON_COMMAND isDateAfter
public static final DataHelper.JSON_COMMAND isDateBefore
public static final DataHelper.JSON_COMMAND isDateEqual
public static final DataHelper.JSON_COMMAND isDateNotEqual
public static DataHelper.JSON_COMMAND[] values()
for (DataHelper.JSON_COMMAND c : DataHelper.JSON_COMMAND.values()) System.out.println(c);
public static DataHelper.JSON_COMMAND 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 © 2021. All rights reserved.