public enum EntityType extends Enum<EntityType>
| Modifier and Type | Method and Description |
|---|---|
static EntityType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EntityType PROJECT
public static final EntityType TEST_CASE_LIBRARY
public static final EntityType TEST_CASE_FOLDER
public static final EntityType TEST_CASE
public static final EntityType TEST_CASE_STEP
public static final EntityType REQUIREMENT_LIBRARY
public static final EntityType REQUIREMENT_FOLDER
public static final EntityType REQUIREMENT
public static final EntityType REQUIREMENT_VERSION
public static final EntityType CAMPAIGN_LIBRARY
public static final EntityType CAMPAIGN_FOLDER
public static final EntityType CAMPAIGN
public static final EntityType ITERATION
public static final EntityType EXECUTION
public static final EntityType TEST_SUITE
public static final EntityType EXECUTION_STEP
public static final EntityType ISSUE
public static final EntityType ITEM_TEST_PLAN
public static final EntityType INFO_LIST_ITEM
public static final EntityType USER
public static final EntityType MILESTONE
public static final EntityType AUTOMATED_TEST
public static final EntityType AUTOMATED_EXECUTION_EXTENDER
public static EntityType[] values()
for (EntityType c : EntityType.values()) System.out.println(c);
public static EntityType 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 nullCopyright © 2010–2016 Henix, henix.fr. All rights reserved.