public static enum NestedListToArrayTestCase.V1.V1Type extends Enum<NestedListToArrayTestCase.V1.V1Type>
| Modifier and Type | Method and Description |
|---|---|
static NestedListToArrayTestCase.V1.V1Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NestedListToArrayTestCase.V1.V1Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NestedListToArrayTestCase.V1.V1Type A
public static final NestedListToArrayTestCase.V1.V1Type B
public static NestedListToArrayTestCase.V1.V1Type[] values()
for (NestedListToArrayTestCase.V1.V1Type c : NestedListToArrayTestCase.V1.V1Type.values()) System.out.println(c);
public static NestedListToArrayTestCase.V1.V1Type 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 © 2015 Glasnost. All Rights Reserved.