public static enum StylesContainerImpl.Dest extends Enum<StylesContainerImpl.Dest>
| Enum Constant and Description |
|---|
CONTENT_AUTOMATIC_STYLES
content.xml/automatic-styles
|
STYLES_AUTOMATIC_STYLES
styles.xml/automatic-styles
|
STYLES_COMMON_STYLES
styles.xml/common-styles
|
| Modifier and Type | Method and Description |
|---|---|
static StylesContainerImpl.Dest |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StylesContainerImpl.Dest[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StylesContainerImpl.Dest CONTENT_AUTOMATIC_STYLES
public static final StylesContainerImpl.Dest STYLES_AUTOMATIC_STYLES
public static final StylesContainerImpl.Dest STYLES_COMMON_STYLES
public static StylesContainerImpl.Dest[] values()
for (StylesContainerImpl.Dest c : StylesContainerImpl.Dest.values()) System.out.println(c);
public static StylesContainerImpl.Dest 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 © 2016–2021. All rights reserved.