public enum BundledTheme extends Enum<BundledTheme>
Enum Constant and Description |
---|
DEFAULT |
DOCUMENTATION |
Modifier and Type | Method and Description |
---|---|
static BundledTheme |
getDefaultTheme() |
static BundledTheme |
getDocumentationTheme() |
String |
getKey() |
static BundledTheme[] |
getNonDefaultThemes() |
static BundledTheme |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BundledTheme[] |
values()
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–2015 Atlassian. All rights reserved.