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