public static enum Component.ComponentAssigneeType extends Enum<Component.ComponentAssigneeType>
Enum Constant and Description |
---|
COMPONENT_LEAD |
PROJECT_DEFAULT |
PROJECT_LEAD |
UNASSIGNED |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static Component.ComponentAssigneeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Component.ComponentAssigneeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Component.ComponentAssigneeType COMPONENT_LEAD
public static final Component.ComponentAssigneeType PROJECT_DEFAULT
public static final Component.ComponentAssigneeType PROJECT_LEAD
public static final Component.ComponentAssigneeType UNASSIGNED
public static final Component.ComponentAssigneeType UNKNOWN
public static Component.ComponentAssigneeType[] values()
for (Component.ComponentAssigneeType c : Component.ComponentAssigneeType.values()) System.out.println(c);
public static Component.ComponentAssigneeType 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 nullCopyright © 2002-2022 Atlassian. All Rights Reserved.