protected static enum TransformationRule.ActionEnum extends java.lang.Enum<TransformationRule.ActionEnum>
| Enum Constant and Description |
|---|
LOWER_CASE |
UPPER_CASE |
| Modifier and Type | Method and Description |
|---|---|
protected abstract java.lang.String |
perform(java.lang.String input) |
static TransformationRule.ActionEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TransformationRule.ActionEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TransformationRule.ActionEnum LOWER_CASE
public static final TransformationRule.ActionEnum UPPER_CASE
public static TransformationRule.ActionEnum[] values()
for (TransformationRule.ActionEnum c : TransformationRule.ActionEnum.values()) System.out.println(c);
public static TransformationRule.ActionEnum valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullprotected abstract java.lang.String perform(java.lang.String input)
Copyright © 2020. All Rights Reserved.