Uses of Interface
org.apache.nifi.components.DescribedValue
Packages that use DescribedValue
-
Uses of DescribedValue in org.apache.nifi.components
Classes in org.apache.nifi.components that implement DescribedValueMethods in org.apache.nifi.components with parameters of type DescribedValueModifier and TypeMethodDescriptionPropertyDescriptor.Builder.allowableValues
(DescribedValue... values) Sets the Allowable Values for this Property.PropertyDescriptor.Builder.defaultValue
(DescribedValue value) Specifies the initial value and the default value that will be used if the user does not specify a value.PropertyDescriptor.Builder.dependsOn
(PropertyDescriptor property, DescribedValue firstDependentValue, DescribedValue... additionalDependentValues) Establishes a relationship between this Property and the given property by declaring that this Property is only relevant if the given Property has a value equal to one of the givenDescribedValue
arguments.static AllowableValue
AllowableValue.fromDescribedValue
(DescribedValue describedValue)