public class ProjectTypeBean extends Object
Modifier and Type | Field and Description |
---|---|
static ProjectTypeBean |
DOC_EXAMPLE1
Project type bean.
|
static ProjectTypeBean |
DOC_EXAMPLE2
Project type bean.
|
static List<ProjectTypeBean> |
TYPES_EXAMPLE
List of project type beans.
|
Constructor and Description |
---|
ProjectTypeBean(String key,
String descriptionI18nKey,
String icon,
String color) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getColor() |
String |
getDescriptionI18nKey() |
String |
getFormattedKey() |
String |
getIcon() |
String |
getKey() |
int |
hashCode() |
String |
toString() |
public static final ProjectTypeBean DOC_EXAMPLE1
public static final ProjectTypeBean DOC_EXAMPLE2
public static final List<ProjectTypeBean> TYPES_EXAMPLE
Copyright © 2002-2023 Atlassian. All Rights Reserved.