private static enum IntegrationTestLoadAndVerify.Counters extends Enum<IntegrationTestLoadAndVerify.Counters>
| Enum Constant and Description | 
|---|
REFERENCES_CHECKED  | 
REFERENCES_WRITTEN  | 
ROWS_WRITTEN  | 
| Modifier and Type | Method and Description | 
|---|---|
static IntegrationTestLoadAndVerify.Counters | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static IntegrationTestLoadAndVerify.Counters[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final IntegrationTestLoadAndVerify.Counters ROWS_WRITTEN
public static final IntegrationTestLoadAndVerify.Counters REFERENCES_WRITTEN
public static final IntegrationTestLoadAndVerify.Counters REFERENCES_CHECKED
public static IntegrationTestLoadAndVerify.Counters[] values()
for (IntegrationTestLoadAndVerify.Counters c : IntegrationTestLoadAndVerify.Counters.values()) System.out.println(c);
public static IntegrationTestLoadAndVerify.Counters 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 © 2007–2019 The Apache Software Foundation. All rights reserved.