public enum TestCaseStatus extends Enum<TestCaseStatus> implements Level
| Enum Constant and Description |
|---|
APPROVED |
OBSOLETE |
TO_BE_UPDATED |
UNDER_REVIEW |
WORK_IN_PROGRESS |
| Modifier and Type | Method and Description |
|---|---|
static TestCaseStatus |
defaultValue() |
String |
getI18nKey() |
int |
getLevel() |
static TestCaseStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestCaseStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestCaseStatus WORK_IN_PROGRESS
public static final TestCaseStatus UNDER_REVIEW
public static final TestCaseStatus APPROVED
public static final TestCaseStatus OBSOLETE
public static final TestCaseStatus TO_BE_UPDATED
public static TestCaseStatus[] values()
for (TestCaseStatus c : TestCaseStatus.values()) System.out.println(c);
public static TestCaseStatus 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 nullpublic String getI18nKey()
getI18nKey in interface org.squashtest.tm.core.foundation.i18n.Internationalizablepublic static TestCaseStatus defaultValue()
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.