public enum SystemInfoListCode extends Enum<SystemInfoListCode>
| Enum Constant and Description |
|---|
REQUIREMENT_CATEGORY |
TEST_CASE_NATURE |
TEST_CASE_TYPE |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
static boolean |
isNotSystem(InfoList list) |
static boolean |
isNotSystem(String code) |
static boolean |
isSystem(InfoList list) |
static boolean |
isSystem(String code) |
static SystemInfoListCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SystemInfoListCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static void |
verifyModificationPermission(InfoList infoList) |
public static final SystemInfoListCode TEST_CASE_NATURE
public static final SystemInfoListCode TEST_CASE_TYPE
public static final SystemInfoListCode REQUIREMENT_CATEGORY
public static SystemInfoListCode[] values()
for (SystemInfoListCode c : SystemInfoListCode.values()) System.out.println(c);
public static SystemInfoListCode 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 void verifyModificationPermission(InfoList infoList)
public static boolean isSystem(String code)
public static boolean isSystem(InfoList list)
public static boolean isNotSystem(String code)
public static boolean isNotSystem(InfoList list)
public String getCode()
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.