public enum BundledTheme extends Enum<BundledTheme>
| Enum Constant and Description |
|---|
DEFAULT
Deprecated.
|
DOCUMENTATION
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static BundledTheme |
getDefaultTheme()
Deprecated.
|
static BundledTheme |
getDocumentationTheme()
Deprecated.
since 6.0 due to removal of DocTheme
|
String |
getKey()
Deprecated.
|
static BundledTheme[] |
getNonDefaultThemes()
Deprecated.
|
static BundledTheme |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static BundledTheme[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BundledTheme DEFAULT
public static final BundledTheme DOCUMENTATION
public static BundledTheme[] values()
for (BundledTheme c : BundledTheme.values()) System.out.println(c);
public static BundledTheme 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 static BundledTheme getDefaultTheme()
public static BundledTheme getDocumentationTheme()
public static BundledTheme[] getNonDefaultThemes()
Copyright © 2003–2021 Atlassian. All rights reserved.