public static enum ComponentWithIssueCount.AssigneeTypeEnum extends Enum<ComponentWithIssueCount.AssigneeTypeEnum>
| Enum Constant and Description |
|---|
COMPONENT_LEAD |
PROJECT_DEFAULT |
PROJECT_LEAD |
UNASSIGNED |
| Modifier and Type | Method and Description |
|---|---|
static ComponentWithIssueCount.AssigneeTypeEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static ComponentWithIssueCount.AssigneeTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComponentWithIssueCount.AssigneeTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ComponentWithIssueCount.AssigneeTypeEnum PROJECT_DEFAULT
public static final ComponentWithIssueCount.AssigneeTypeEnum COMPONENT_LEAD
public static final ComponentWithIssueCount.AssigneeTypeEnum PROJECT_LEAD
public static final ComponentWithIssueCount.AssigneeTypeEnum UNASSIGNED
public static ComponentWithIssueCount.AssigneeTypeEnum[] values()
for (ComponentWithIssueCount.AssigneeTypeEnum c : ComponentWithIssueCount.AssigneeTypeEnum.values()) System.out.println(c);
public static ComponentWithIssueCount.AssigneeTypeEnum 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 getValue()
public String toString()
toString in class Enum<ComponentWithIssueCount.AssigneeTypeEnum>public static ComponentWithIssueCount.AssigneeTypeEnum fromValue(String value)
Copyright © 2011–2021 Everit Kft.. All rights reserved.