public enum MilestoneStatus extends Enum<MilestoneStatus> implements Level
| Enum Constant and Description |
|---|
FINISHED |
IN_PROGRESS |
LOCKED |
PLANNED |
| Modifier and Type | Method and Description |
|---|---|
static List<MilestoneStatus> |
getAllStatusAllowingObjectBind() |
static MilestoneStatus |
getByLevel(int level) |
String |
getI18nKey() |
int |
getLevel() |
boolean |
isAllowObjectCreateAndDelete() |
boolean |
isAllowObjectModification() |
boolean |
isBindableToObject() |
boolean |
isBindableToProject() |
static MilestoneStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MilestoneStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MilestoneStatus PLANNED
public static final MilestoneStatus IN_PROGRESS
public static final MilestoneStatus FINISHED
public static final MilestoneStatus LOCKED
public static MilestoneStatus[] values()
for (MilestoneStatus c : MilestoneStatus.values()) System.out.println(c);
public static MilestoneStatus 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 static MilestoneStatus getByLevel(int level)
public static List<MilestoneStatus> getAllStatusAllowingObjectBind()
public String getI18nKey()
getI18nKey in interface org.squashtest.tm.core.foundation.i18n.Internationalizablepublic boolean isBindableToProject()
public boolean isBindableToObject()
public boolean isAllowObjectCreateAndDelete()
public boolean isAllowObjectModification()
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.