public static enum DataHelper.JSON_COMMAND extends Enum<DataHelper.JSON_COMMAND>
| Enum Constant and Description |
|---|
contains |
containsInAnyOrder |
equalTo |
hasItems |
integerEqual |
integerGreaterThan |
integerLessThan |
integerNotEqual |
isEmpty |
isNotEmpty |
jsonbody |
nodeSizeExact |
nodeSizeGreaterThan |
nodeSizeLessThan |
notContain |
notEqualTo |
notHaveItems |
sequence |
| 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 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 © 2020. All rights reserved.