public static enum SpecializedEntityType.EntityRole extends Enum<SpecializedEntityType.EntityRole>
ColumnPrototype : when the EntityType referenced by this ColumnPrototype may support different roles depending
on the context, an EntityRole will help to know which one.| Enum Constant and Description |
|---|
CAMPAIGN_MILESTONE |
CUSTOM_FIELD |
ITERATION_TEST_PLAN_ASSIGNED_USER |
REQUIREMENT_VERSION_CATEGORY |
REQUIREMENT_VERSION_MILESTONE |
TEST_CASE_MILESTONE |
TEST_CASE_NATURE |
TEST_CASE_TYPE |
| Modifier and Type | Method and Description |
|---|---|
static SpecializedEntityType.EntityRole |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpecializedEntityType.EntityRole[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpecializedEntityType.EntityRole TEST_CASE_NATURE
public static final SpecializedEntityType.EntityRole TEST_CASE_TYPE
public static final SpecializedEntityType.EntityRole REQUIREMENT_VERSION_CATEGORY
public static final SpecializedEntityType.EntityRole ITERATION_TEST_PLAN_ASSIGNED_USER
public static final SpecializedEntityType.EntityRole TEST_CASE_MILESTONE
public static final SpecializedEntityType.EntityRole REQUIREMENT_VERSION_MILESTONE
public static final SpecializedEntityType.EntityRole CUSTOM_FIELD
public static final SpecializedEntityType.EntityRole CAMPAIGN_MILESTONE
public static SpecializedEntityType.EntityRole[] values()
for (SpecializedEntityType.EntityRole c : SpecializedEntityType.EntityRole.values()) System.out.println(c);
public static SpecializedEntityType.EntityRole 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.