Package org.thymeleaf.standard.processor
Enum AbstractStandardMultipleAttributeModifierTagProcessor.ModificationType
Object
Enum<AbstractStandardMultipleAttributeModifierTagProcessor.ModificationType>
org.thymeleaf.standard.processor.AbstractStandardMultipleAttributeModifierTagProcessor.ModificationType
- All Implemented Interfaces:
Serializable
,Comparable<AbstractStandardMultipleAttributeModifierTagProcessor.ModificationType>
- Enclosing class:
- AbstractStandardMultipleAttributeModifierTagProcessor
protected static enum AbstractStandardMultipleAttributeModifierTagProcessor.ModificationType
extends Enum<AbstractStandardMultipleAttributeModifierTagProcessor.ModificationType>
-
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
SUBSTITUTION
public static final AbstractStandardMultipleAttributeModifierTagProcessor.ModificationType SUBSTITUTION -
APPEND
-
PREPEND
-
APPEND_WITH_SPACE
public static final AbstractStandardMultipleAttributeModifierTagProcessor.ModificationType APPEND_WITH_SPACE -
PREPEND_WITH_SPACE
public static final AbstractStandardMultipleAttributeModifierTagProcessor.ModificationType PREPEND_WITH_SPACE
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static AbstractStandardMultipleAttributeModifierTagProcessor.ModificationType valueOf(String name) Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-