public class DynamicProperty extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
description |
private ExpressionLanguageScope |
expressionLanguageScope |
private boolean |
expressionLanguageSupported |
private String |
name |
private String |
value |
| Constructor and Description |
|---|
DynamicProperty() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
ExpressionLanguageScope |
getExpressionLanguageScope() |
String |
getName() |
String |
getValue() |
boolean |
isExpressionLanguageSupported() |
void |
setDescription(String description) |
void |
setExpressionLanguageScope(ExpressionLanguageScope expressionLanguageScope) |
void |
setExpressionLanguageSupported(boolean expressionLanguageSupported) |
void |
setName(String name) |
void |
setValue(String value) |
private String name
private String value
private String description
private ExpressionLanguageScope expressionLanguageScope
private boolean expressionLanguageSupported
public String getName()
public void setName(String name)
public String getValue()
public void setValue(String value)
public String getDescription()
public void setDescription(String description)
public boolean isExpressionLanguageSupported()
public void setExpressionLanguageSupported(boolean expressionLanguageSupported)
public ExpressionLanguageScope getExpressionLanguageScope()
public void setExpressionLanguageScope(ExpressionLanguageScope expressionLanguageScope)
Copyright © 2023 Apache NiFi Project. All rights reserved.