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 type parameters of type DescribedValueModifier and TypeMethodDescription<E extends Enum<E> & DescribedValue>
PropertyDescriptor.BuilderPropertyDescriptor.Builder.allowableValues
(Class<E> enumClass) Stores allowable values from an enum class.<E extends Enum<E> & DescribedValue>
PropertyDescriptor.BuilderPropertyDescriptor.Builder.allowableValues
(EnumSet<E> enumValues) Stores allowable values from a set of enum values.Methods in org.apache.nifi.components with parameters of type DescribedValueModifier and TypeMethodDescriptionPropertyDescriptor.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.private AllowableValue
PropertyDescriptor.Builder.toAllowableValue
(DescribedValue describedValue)