public static enum ManagerTestUtils.TestType extends Enum<ManagerTestUtils.TestType>
Modifier and Type | Method and Description |
---|---|
static ManagerTestUtils.TestType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ManagerTestUtils.TestType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ManagerTestUtils.TestType jpa
public static final ManagerTestUtils.TestType es
public static ManagerTestUtils.TestType[] values()
for (ManagerTestUtils.TestType c : ManagerTestUtils.TestType.values()) System.out.println(c);
public static ManagerTestUtils.TestType 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 JBoss, a division of Red Hat. All rights reserved.