public enum SubTaskInclusionOption extends Enum<SubTaskInclusionOption>
Enum Constant and Description |
---|
ALL |
ASSIGNED_AND_UNASSIGNED |
ONLY_ASSIGNED |
ONLY_SELECTED_VERSION |
SELECTED_AND_BLANK_VERSIONS |
Modifier and Type | Method and Description |
---|---|
static SubTaskInclusionOption |
fromKey(String key) |
String |
getDescription(I18nHelper i18nHelper) |
String |
getKey() |
static boolean |
isValidKey(String key) |
static SubTaskInclusionOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubTaskInclusionOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SubTaskInclusionOption ONLY_ASSIGNED
public static final SubTaskInclusionOption ASSIGNED_AND_UNASSIGNED
public static final SubTaskInclusionOption ONLY_SELECTED_VERSION
public static final SubTaskInclusionOption SELECTED_AND_BLANK_VERSIONS
public static final SubTaskInclusionOption ALL
public static SubTaskInclusionOption[] values()
for (SubTaskInclusionOption c : SubTaskInclusionOption.values()) System.out.println(c);
public static SubTaskInclusionOption 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 getKey()
public String getDescription(I18nHelper i18nHelper)
public static SubTaskInclusionOption fromKey(@Nonnull String key)
public static boolean isValidKey(String key)
Copyright © 2002-2022 Atlassian. All Rights Reserved.