public static enum VersionCFType.VersionOrder extends Enum<VersionCFType.VersionOrder>
Enum Constant and Description |
---|
RELEASED_FIRST |
UNRELEASED_FIRST |
Modifier and Type | Method and Description |
---|---|
String |
asHtml(I18nHelper i18nHelper) |
static com.atlassian.fugue.Option<VersionCFType.VersionOrder> |
findById(Object id) |
static String |
getDatabaseType() |
int |
getId() |
String |
getTranslation(I18nHelper i18nHelper) |
static VersionCFType.VersionOrder |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VersionCFType.VersionOrder[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VersionCFType.VersionOrder RELEASED_FIRST
public static final VersionCFType.VersionOrder UNRELEASED_FIRST
public static VersionCFType.VersionOrder[] values()
for (VersionCFType.VersionOrder c : VersionCFType.VersionOrder.values()) System.out.println(c);
public static VersionCFType.VersionOrder 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 int getId()
public String getTranslation(I18nHelper i18nHelper)
public static String getDatabaseType()
public String asHtml(I18nHelper i18nHelper)
@NotNull public static com.atlassian.fugue.Option<VersionCFType.VersionOrder> findById(@Nullable Object id)
Copyright © 2002-2017 Atlassian. All Rights Reserved.