public static enum ThemeStylingService.PRESET_CATEGORY extends Enum<ThemeStylingService.PRESET_CATEGORY>
Enum Constant and Description |
---|
background |
border |
color |
font |
Modifier and Type | Method and Description |
---|---|
static ThemeStylingService.PRESET_CATEGORY |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThemeStylingService.PRESET_CATEGORY[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ThemeStylingService.PRESET_CATEGORY background
public static final ThemeStylingService.PRESET_CATEGORY border
public static final ThemeStylingService.PRESET_CATEGORY color
public static final ThemeStylingService.PRESET_CATEGORY font
public static ThemeStylingService.PRESET_CATEGORY[] values()
for (ThemeStylingService.PRESET_CATEGORY c : ThemeStylingService.PRESET_CATEGORY.values()) System.out.println(c);
public static ThemeStylingService.PRESET_CATEGORY 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 nullCopyright © 2018 Nuxeo. All rights reserved.