public static enum DiffTables.COUNTERS extends java.lang.Enum<DiffTables.COUNTERS>
| Enum Constant and Description |
|---|
NUM_ROWS_MISMATCH_IN_DST |
NUM_ROWS_MISMATCH_IN_SRC |
| Modifier and Type | Method and Description |
|---|---|
static DiffTables.COUNTERS |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DiffTables.COUNTERS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DiffTables.COUNTERS NUM_ROWS_MISMATCH_IN_SRC
public static final DiffTables.COUNTERS NUM_ROWS_MISMATCH_IN_DST
public static DiffTables.COUNTERS[] values()
for (DiffTables.COUNTERS c : DiffTables.COUNTERS.values()) System.out.println(c);
public static DiffTables.COUNTERS valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null