| Package | Description |
|---|---|
| org.squashtest.tm.domain.milestone |
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.EnumPath<MilestoneStatus> |
QMilestone.status |
| Modifier and Type | Method and Description |
|---|---|
static MilestoneStatus |
MilestoneStatus.getByLevel(int level) |
MilestoneStatus |
Milestone.getStatus() |
static MilestoneStatus |
MilestoneStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MilestoneStatus[] |
MilestoneStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static List<MilestoneStatus> |
MilestoneStatus.getAllStatusAllowingObjectBind() |
| Modifier and Type | Method and Description |
|---|---|
void |
Milestone.setStatus(MilestoneStatus status) |
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.