private static enum FileParameterProvider.ParameterValueEncoding extends Enum<FileParameterProvider.ParameterValueEncoding>
| Modifier and Type | Method and Description |
|---|---|
static FileParameterProvider.ParameterValueEncoding |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileParameterProvider.ParameterValueEncoding[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FileParameterProvider.ParameterValueEncoding BASE64
public static final FileParameterProvider.ParameterValueEncoding PLAINTEXT
public static FileParameterProvider.ParameterValueEncoding[] values()
for (FileParameterProvider.ParameterValueEncoding c : FileParameterProvider.ParameterValueEncoding.values()) System.out.println(c);
public static FileParameterProvider.ParameterValueEncoding 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.