public enum MilestoneRange extends Enum<MilestoneRange> implements Level
| Enum Constant and Description |
|---|
GLOBAL |
RESTRICTED |
| Modifier and Type | Method and Description |
|---|---|
String |
getI18nKey() |
int |
getLevel() |
static MilestoneRange |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MilestoneRange[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MilestoneRange GLOBAL
public static final MilestoneRange RESTRICTED
public static MilestoneRange[] values()
for (MilestoneRange c : MilestoneRange.values()) System.out.println(c);
public static MilestoneRange 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.InternationalizableCopyright © 2010–2016 Henix, henix.fr. All rights reserved.