@Deprecated public enum RequirementCategory extends Enum<RequirementCategory> implements Level
| Enum Constant and Description |
|---|
BUSINESS
Deprecated.
|
ERGONOMIC
Deprecated.
|
FUNCTIONAL
Deprecated.
|
NON_FUNCTIONAL
Deprecated.
|
PERFORMANCE
Deprecated.
|
SECURITY
Deprecated.
|
TECHNICAL
Deprecated.
|
TEST_REQUIREMENT
Deprecated.
|
UNDEFINED
Deprecated.
|
USE_CASE
Deprecated.
|
USER_STORY
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Deprecated.
|
String |
getI18nKey()
Deprecated.
|
int |
getLevel()
Deprecated.
|
static RequirementCategory |
valueOf(int level)
Deprecated.
|
static RequirementCategory |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static RequirementCategory[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RequirementCategory SECURITY
public static final RequirementCategory USER_STORY
public static final RequirementCategory TECHNICAL
public static final RequirementCategory PERFORMANCE
public static final RequirementCategory ERGONOMIC
public static final RequirementCategory TEST_REQUIREMENT
public static final RequirementCategory BUSINESS
public static final RequirementCategory USE_CASE
public static final RequirementCategory NON_FUNCTIONAL
public static final RequirementCategory FUNCTIONAL
public static final RequirementCategory UNDEFINED
public static RequirementCategory[] values()
for (RequirementCategory c : RequirementCategory.values()) System.out.println(c);
public static RequirementCategory 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 RequirementCategory valueOf(int level)
public String getI18nKey()
getI18nKey in interface org.squashtest.tm.core.foundation.i18n.Internationalizablepublic String getCode()
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.