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