public static enum AbstractAttributeModifierAttrProcessor.ModificationType extends Enum<AbstractAttributeModifierAttrProcessor.ModificationType>
| Enum Constant and Description |
|---|
APPEND |
APPEND_WITH_SPACE |
PREPEND |
PREPEND_WITH_SPACE |
SUBSTITUTION |
| Modifier and Type | Method and Description |
|---|---|
static AbstractAttributeModifierAttrProcessor.ModificationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractAttributeModifierAttrProcessor.ModificationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractAttributeModifierAttrProcessor.ModificationType SUBSTITUTION
public static final AbstractAttributeModifierAttrProcessor.ModificationType APPEND
public static final AbstractAttributeModifierAttrProcessor.ModificationType APPEND_WITH_SPACE
public static final AbstractAttributeModifierAttrProcessor.ModificationType PREPEND
public static final AbstractAttributeModifierAttrProcessor.ModificationType PREPEND_WITH_SPACE
public static AbstractAttributeModifierAttrProcessor.ModificationType[] values()
for (AbstractAttributeModifierAttrProcessor.ModificationType c : AbstractAttributeModifierAttrProcessor.ModificationType.values()) System.out.println(c);
public static AbstractAttributeModifierAttrProcessor.ModificationType 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 © 2017 The THYMELEAF team. All rights reserved.