public static enum TagCreator.TagBuilder extends Enum<TagCreator.TagBuilder>
| Enum Constant and Description |
|---|
LOCALIZED_TITLE |
LOWERCASE_WITH_DASHES |
NONE |
TITLE_AND_NODE_NAME |
TITLE_TO_NODE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static TagCreator.TagBuilder |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TagCreator.TagBuilder[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TagCreator.TagBuilder TITLE_TO_NODE_NAME
public static final TagCreator.TagBuilder TITLE_AND_NODE_NAME
public static final TagCreator.TagBuilder LOWERCASE_WITH_DASHES
public static final TagCreator.TagBuilder LOCALIZED_TITLE
public static final TagCreator.TagBuilder NONE
public static TagCreator.TagBuilder[] values()
for (TagCreator.TagBuilder c : TagCreator.TagBuilder.values()) System.out.println(c);
public static TagCreator.TagBuilder 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 © 2013–2020 Adobe. All rights reserved.