| Modifier and Type | Field and Description |
|---|---|
private ExpressionLanguageScope |
DynamicProperty.expressionLanguageScope |
private ExpressionLanguageScope |
Property.expressionLanguageScope |
| Modifier and Type | Method and Description |
|---|---|
ExpressionLanguageScope |
DynamicProperty.getExpressionLanguageScope() |
ExpressionLanguageScope |
Property.getExpressionLanguageScope() |
static ExpressionLanguageScope |
ExpressionLanguageScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExpressionLanguageScope[] |
ExpressionLanguageScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DynamicProperty.setExpressionLanguageScope(ExpressionLanguageScope expressionLanguageScope) |
void |
Property.setExpressionLanguageScope(ExpressionLanguageScope expressionLanguageScope) |
Copyright © 2023 Apache NiFi Project. All rights reserved.