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