public enum ProjectItemType extends Enum<ProjectItemType>
Enum Constant and Description |
---|
BAM_ARTIFACT |
SOURCE |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getKey() |
static ProjectItemType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProjectItemType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProjectItemType BAM_ARTIFACT
public static final ProjectItemType SOURCE
public static ProjectItemType[] values()
for (ProjectItemType c : ProjectItemType.values()) System.out.println(c);
public static ProjectItemType 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 getDescription()
public String getKey()
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.