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