public enum ProjectInfoWidget extends java.lang.Enum<ProjectInfoWidget>
| Enum Constant and Description |
|---|
ACTIVITIES |
BUGS_PERCENTAGE |
CASES_STATISTIC |
INVESTIGATED |
ISSUES_CHART |
LAST_LAUNCH |
LAUNCHES_QUANTITY |
| Modifier and Type | Method and Description |
|---|---|
static ProjectInfoWidget |
findByCode(java.lang.String code) |
java.lang.String |
getWidgetCode() |
static ProjectInfoWidget |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProjectInfoWidget[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProjectInfoWidget INVESTIGATED
public static final ProjectInfoWidget CASES_STATISTIC
public static final ProjectInfoWidget LAUNCHES_QUANTITY
public static final ProjectInfoWidget ISSUES_CHART
public static final ProjectInfoWidget BUGS_PERCENTAGE
public static final ProjectInfoWidget ACTIVITIES
public static final ProjectInfoWidget LAST_LAUNCH
public static ProjectInfoWidget[] values()
for (ProjectInfoWidget c : ProjectInfoWidget.values()) System.out.println(c);
public static ProjectInfoWidget valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getWidgetCode()
public static ProjectInfoWidget findByCode(java.lang.String code)