public enum BindableEntity extends Enum<BindableEntity> implements org.squashtest.tm.core.foundation.i18n.Internationalizable
| Enum Constant and Description |
|---|
CAMPAIGN |
EXECUTION |
EXECUTION_STEP |
ITERATION |
REQUIREMENT_VERSION |
TEST_CASE |
TEST_STEP |
TEST_SUITE |
| Modifier and Type | Method and Description |
|---|---|
static BindableEntity |
coerceToBindableEntity(Class<?> entityType) |
String |
getI18nKey() |
abstract Class<?> |
getReferencedClass() |
abstract RenderingLocation[] |
getValidRenderingLocations() |
static BindableEntity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BindableEntity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BindableEntity TEST_CASE
public static final BindableEntity TEST_STEP
public static final BindableEntity CAMPAIGN
public static final BindableEntity ITERATION
public static final BindableEntity TEST_SUITE
public static final BindableEntity REQUIREMENT_VERSION
public static final BindableEntity EXECUTION
public static final BindableEntity EXECUTION_STEP
public static BindableEntity[] values()
for (BindableEntity c : BindableEntity.values()) System.out.println(c);
public static BindableEntity 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.InternationalizableInternationalizable.getI18nKey()public abstract Class<?> getReferencedClass()
public abstract RenderingLocation[] getValidRenderingLocations()
public static BindableEntity coerceToBindableEntity(@NotNull Class<?> entityType)
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.