public enum BetaFeatures extends Enum<BetaFeatures>
| Enum Constant and Description |
|---|
PARALLEL_SPRINTS |
| Modifier and Type | Method and Description |
|---|---|
static BetaFeatures |
findByKey(String key) |
String |
getFlagName() |
String |
getKey() |
String |
getTitleKey() |
static BetaFeatures |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BetaFeatures[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BetaFeatures PARALLEL_SPRINTS
public static BetaFeatures[] values()
for (BetaFeatures c : BetaFeatures.values()) System.out.println(c);
public static BetaFeatures 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 getTitleKey()
public String getFlagName()
public static BetaFeatures findByKey(String key)
Copyright © 2007–2015 Atlassian. All rights reserved.