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