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