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