public enum ReplaceType extends Enum<ReplaceType>
| Enum Constant and Description |
|---|
Addition |
ColumnValue |
Concat |
Division |
Lower |
MD5 |
Modulus |
Multiplication |
SubstringByCharSeq |
SubstringByIndex |
SubstringByRegex |
Subtraction |
TextReplaceMatchingRegex |
Trim |
Upper |
Value |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ReplaceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReplaceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReplaceType Value
public static final ReplaceType ColumnValue
public static final ReplaceType Upper
public static final ReplaceType Lower
public static final ReplaceType Trim
public static final ReplaceType MD5
public static final ReplaceType SubstringByRegex
public static final ReplaceType SubstringByIndex
public static final ReplaceType SubstringByCharSeq
public static final ReplaceType TextReplaceMatchingRegex
public static final ReplaceType Concat
public static final ReplaceType Addition
public static final ReplaceType Subtraction
public static final ReplaceType Modulus
public static final ReplaceType Multiplication
public static final ReplaceType Division
public static ReplaceType[] values()
for (ReplaceType c : ReplaceType.values()) System.out.println(c);
public static ReplaceType 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 nullpublic String toString()
toString in class Enum<ReplaceType>Copyright © 2018. All Rights Reserved.