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