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