public enum WsTestCaseStatus extends Enum<WsTestCaseStatus>
Enum Constant and Description |
---|
BLOCKED |
FAILED |
NOT_SCHEDULED |
PASSED |
SCHEDULED |
Modifier and Type | Method and Description |
---|---|
String |
getColor() |
String |
getDisplay() |
Integer |
getId() |
void |
setColor(String color) |
void |
setDisplay(String display) |
void |
setId(Integer id) |
static WsTestCaseStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WsTestCaseStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WsTestCaseStatus PASSED
public static final WsTestCaseStatus NOT_SCHEDULED
public static final WsTestCaseStatus SCHEDULED
public static final WsTestCaseStatus FAILED
public static final WsTestCaseStatus BLOCKED
public static WsTestCaseStatus[] values()
for (WsTestCaseStatus c : WsTestCaseStatus.values()) System.out.println(c);
public static WsTestCaseStatus 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 Integer getId()
public void setId(Integer id)
public String getDisplay()
public void setDisplay(String display)
public String getColor()
public void setColor(String color)
Copyright (c) 2013-2014 Jama Software, Inc. All Rights Reserved.