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