public static enum AttributesToJSON.JsonHandlingStrategy extends Enum<AttributesToJSON.JsonHandlingStrategy> implements DescribedValue
| 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 AttributesToJSON.JsonHandlingStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributesToJSON.JsonHandlingStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AttributesToJSON.JsonHandlingStrategy ESCAPED
public static final AttributesToJSON.JsonHandlingStrategy NESTED
private final String displayName
private final String description
public static AttributesToJSON.JsonHandlingStrategy[] values()
for (AttributesToJSON.JsonHandlingStrategy c : AttributesToJSON.JsonHandlingStrategy.values()) System.out.println(c);
public static AttributesToJSON.JsonHandlingStrategy 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.