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