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