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