public static enum OneToManyTestHarness.TestCaseType extends Enum<OneToManyTestHarness.TestCaseType>
| Enum Constant and Description |
|---|
ASCENDING_ORDER |
DESCENDING_ORDER |
XREF_NULLABLE |
XREF_REQUIRED |
| Modifier and Type | Method and Description |
|---|---|
static OneToManyTestHarness.TestCaseType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OneToManyTestHarness.TestCaseType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OneToManyTestHarness.TestCaseType XREF_NULLABLE
public static final OneToManyTestHarness.TestCaseType XREF_REQUIRED
public static final OneToManyTestHarness.TestCaseType ASCENDING_ORDER
public static final OneToManyTestHarness.TestCaseType DESCENDING_ORDER
public static OneToManyTestHarness.TestCaseType[] values()
for (OneToManyTestHarness.TestCaseType c : OneToManyTestHarness.TestCaseType.values()) System.out.println(c);
public static OneToManyTestHarness.TestCaseType 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 © 2017. All Rights Reserved.