Uses of Enum Class
org.apache.nifi.api.toolkit.model.DynamicProperty.ExpressionLanguageScopeEnum
Packages that use DynamicProperty.ExpressionLanguageScopeEnum
-
Uses of DynamicProperty.ExpressionLanguageScopeEnum in org.apache.nifi.api.toolkit.model
Fields in org.apache.nifi.api.toolkit.model declared as DynamicProperty.ExpressionLanguageScopeEnumMethods in org.apache.nifi.api.toolkit.model that return DynamicProperty.ExpressionLanguageScopeEnumModifier and TypeMethodDescriptionDynamicProperty.getExpressionLanguageScope()
The scope of the expression language supportReturns the enum constant of this class with the specified name.DynamicProperty.ExpressionLanguageScopeEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.nifi.api.toolkit.model with parameters of type DynamicProperty.ExpressionLanguageScopeEnumModifier and TypeMethodDescriptionDynamicProperty.expressionLanguageScope
(DynamicProperty.ExpressionLanguageScopeEnum expressionLanguageScope) void
DynamicProperty.setExpressionLanguageScope
(DynamicProperty.ExpressionLanguageScopeEnum expressionLanguageScope)