protected static enum UnpackContent.PackageFormat extends Enum<UnpackContent.PackageFormat>
| Enum Constant and Description |
|---|
AUTO_DETECT_FORMAT |
FLOWFILE_STREAM_FORMAT_V2 |
FLOWFILE_STREAM_FORMAT_V3 |
FLOWFILE_TAR_FORMAT |
TAR_FORMAT |
X_TAR_FORMAT |
ZIP_FORMAT |
| Modifier and Type | Field and Description |
|---|---|
private String |
mimeType |
private String |
textValue |
| Modifier and Type | Method and Description |
|---|---|
static UnpackContent.PackageFormat |
getFormat(String textValue) |
String |
getMimeType() |
String |
toString() |
static UnpackContent.PackageFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnpackContent.PackageFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UnpackContent.PackageFormat AUTO_DETECT_FORMAT
public static final UnpackContent.PackageFormat TAR_FORMAT
public static final UnpackContent.PackageFormat X_TAR_FORMAT
public static final UnpackContent.PackageFormat ZIP_FORMAT
public static final UnpackContent.PackageFormat FLOWFILE_STREAM_FORMAT_V3
public static final UnpackContent.PackageFormat FLOWFILE_STREAM_FORMAT_V2
public static final UnpackContent.PackageFormat FLOWFILE_TAR_FORMAT
public static UnpackContent.PackageFormat[] values()
for (UnpackContent.PackageFormat c : UnpackContent.PackageFormat.values()) System.out.println(c);
public static UnpackContent.PackageFormat 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 toString()
toString in class Enum<UnpackContent.PackageFormat>public String getMimeType()
public static UnpackContent.PackageFormat getFormat(String textValue)
Copyright © 2023 Apache NiFi Project. All rights reserved.