public enum RenderingLocation extends Enum<RenderingLocation> implements org.squashtest.tm.core.foundation.i18n.Internationalizable
| Enum Constant and Description |
|---|
EXECUTION |
LINK_TABLE |
SEARCH_CRITERIA |
STEP_TABLE |
TEST_PLAN |
| Modifier and Type | Method and Description |
|---|---|
String |
getI18nKey() |
static RenderingLocation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RenderingLocation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RenderingLocation LINK_TABLE
public static final RenderingLocation TEST_PLAN
public static final RenderingLocation EXECUTION
public static final RenderingLocation SEARCH_CRITERIA
public static final RenderingLocation STEP_TABLE
public static RenderingLocation[] values()
for (RenderingLocation c : RenderingLocation.values()) System.out.println(c);
public static RenderingLocation 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()Copyright © 2010–2016 Henix, henix.fr. All rights reserved.