public static enum NewTestCaseWizardPageOne.JUnitVersion extends Enum<NewTestCaseWizardPageOne.JUnitVersion>
Modifier and Type | Method and Description |
---|---|
static NewTestCaseWizardPageOne.JUnitVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NewTestCaseWizardPageOne.JUnitVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NewTestCaseWizardPageOne.JUnitVersion VERSION_3
public static final NewTestCaseWizardPageOne.JUnitVersion VERSION_4
public static final NewTestCaseWizardPageOne.JUnitVersion VERSION_5
public static NewTestCaseWizardPageOne.JUnitVersion[] values()
for (NewTestCaseWizardPageOne.JUnitVersion c : NewTestCaseWizardPageOne.JUnitVersion.values()) System.out.println(c);
public static NewTestCaseWizardPageOne.JUnitVersion 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
Copyright (c) 2000, 2017 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.