public static enum SearchAndReplaceStep.ProcType extends Enum<SearchAndReplaceStep.ProcType>
| Enum Constant and Description |
|---|
FILTER |
PLAINTEXT |
UNSPECIFIED |
| Modifier and Type | Method and Description |
|---|---|
static SearchAndReplaceStep.ProcType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchAndReplaceStep.ProcType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SearchAndReplaceStep.ProcType UNSPECIFIED
public static final SearchAndReplaceStep.ProcType PLAINTEXT
public static final SearchAndReplaceStep.ProcType FILTER
public static SearchAndReplaceStep.ProcType[] values()
for (SearchAndReplaceStep.ProcType c : SearchAndReplaceStep.ProcType.values()) System.out.println(c);
public static SearchAndReplaceStep.ProcType 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 © 2022. All rights reserved.