public class AllowableValue extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
description |
private String |
displayName |
private String |
value |
| Constructor and Description |
|---|
AllowableValue() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getDisplayName() |
String |
getValue() |
void |
setDescription(String description) |
void |
setDisplayName(String displayName) |
void |
setValue(String value) |
private String value
private String displayName
private String description
public String getValue()
public void setValue(String value)
public String getDisplayName()
public void setDisplayName(String displayName)
public String getDescription()
public void setDescription(String description)
Copyright © 2023 Apache NiFi Project. All rights reserved.