Package | Description |
---|---|
org.apache.nifi.components |
Modifier and Type | Class and Description |
---|---|
class |
AllowableValue
Represents a valid value for a
PropertyDescriptor |
Modifier and Type | Method and Description |
---|---|
<E extends Enum<E> & DescribedValue> |
PropertyDescriptor.Builder.allowableValues(Class<E> enumClass)
Stores allowable values from an enum class.
|
<E extends Enum<E> & DescribedValue> |
PropertyDescriptor.Builder.allowableValues(EnumSet<E> enumValues)
Stores allowable values from a set of enum values.
|
Modifier and Type | Method and Description |
---|---|
PropertyDescriptor.Builder |
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 given
DescribedValue arguments. |
PropertyDescriptor.Builder |
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 given
DescribedValue arguments. |
private AllowableValue |
PropertyDescriptor.Builder.toAllowableValue(DescribedValue describedValue) |
Copyright © 2023 Apache NiFi Project. All rights reserved.