public static enum IntegrationTestBigLinkedList.Generator.Counts extends Enum<IntegrationTestBigLinkedList.Generator.Counts>
| Enum Constant and Description | 
|---|
| IOEXCEPTION | 
| SUCCESS | 
| TERMINATING | 
| UNDEFINED | 
| Modifier and Type | Method and Description | 
|---|---|
| static IntegrationTestBigLinkedList.Generator.Counts | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static IntegrationTestBigLinkedList.Generator.Counts[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final IntegrationTestBigLinkedList.Generator.Counts SUCCESS
public static final IntegrationTestBigLinkedList.Generator.Counts TERMINATING
public static final IntegrationTestBigLinkedList.Generator.Counts UNDEFINED
public static final IntegrationTestBigLinkedList.Generator.Counts IOEXCEPTION
public static IntegrationTestBigLinkedList.Generator.Counts[] values()
for (IntegrationTestBigLinkedList.Generator.Counts c : IntegrationTestBigLinkedList.Generator.Counts.values()) System.out.println(c);
public static IntegrationTestBigLinkedList.Generator.Counts 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.