public enum TestPlanStatus extends Enum<TestPlanStatus> implements org.squashtest.tm.core.foundation.i18n.Internationalizable
| Modifier and Type | Method and Description |
|---|---|
String |
getI18nKey() |
static TestPlanStatus |
getStatus(TestPlanStatistics statistics) |
static TestPlanStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestPlanStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestPlanStatus DONE
public static final TestPlanStatus READY
public static final TestPlanStatus RUNNING
public static TestPlanStatus[] values()
for (TestPlanStatus c : TestPlanStatus.values()) System.out.println(c);
public static TestPlanStatus 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 static TestPlanStatus getStatus(TestPlanStatistics statistics)
statistics - a TestPlanStatisticspublic String getI18nKey()
getI18nKey in interface org.squashtest.tm.core.foundation.i18n.InternationalizableCopyright © 2010–2016 Henix, henix.fr. All rights reserved.