public static enum TestCaseMetaInfo.Status extends Enum<TestCaseMetaInfo.Status>
Enum Constant and Description |
---|
DISABLED |
DRAFT |
FINAL |
READY_FOR_REVIEW |
Modifier and Type | Method and Description |
---|---|
static TestCaseMetaInfo.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestCaseMetaInfo.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestCaseMetaInfo.Status DRAFT
public static final TestCaseMetaInfo.Status READY_FOR_REVIEW
public static final TestCaseMetaInfo.Status FINAL
public static final TestCaseMetaInfo.Status DISABLED
public static TestCaseMetaInfo.Status[] values()
for (TestCaseMetaInfo.Status c : TestCaseMetaInfo.Status.values()) System.out.println(c);
public static TestCaseMetaInfo.Status 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 © 2008–2018 ConSol Software GmbH. All rights reserved.