protected static enum TestArrayNode.Test extends Enum<TestArrayNode.Test>
Enum.EnumDesc<E extends Enum<E>>| Modifier and Type | Method and Description |
|---|---|
static TestArrayNode.Test |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestArrayNode.Test[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestArrayNode.Test HasHoles
public static final TestArrayNode.Test IsSealed
public static TestArrayNode.Test[] values()
public static TestArrayNode.Test 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 null