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