Uses of Class
org.apache.nifi.components.AllowableValue
Packages that use AllowableValue
-
Uses of AllowableValue in org.apache.nifi.components
Fields in org.apache.nifi.components with type parameters of type AllowableValueModifier and TypeFieldDescriptionprivate final List
<AllowableValue> PropertyDescriptor.allowableValues
The allowable values for this property.private List
<AllowableValue> PropertyDescriptor.Builder.allowableValues
Methods in org.apache.nifi.components that return AllowableValueModifier and TypeMethodDescriptionstatic AllowableValue
AllowableValue.fromDescribedValue
(DescribedValue describedValue) Methods in org.apache.nifi.components that return types with arguments of type AllowableValueMethods in org.apache.nifi.components with parameters of type AllowableValueModifier and TypeMethodDescriptionPropertyDescriptor.Builder.dependsOn
(PropertyDescriptor property, AllowableValue... dependentValues) Establishes a relationship between this Property and the given property by declaring that this Property is only relevant if the given Property has a non-null value.Constructor parameters in org.apache.nifi.components with type arguments of type AllowableValueModifierConstructorDescriptionprivate
ConstrainedSetValidator
(Collection<AllowableValue> validValues) Constructs a validator that will check if the given value is in the given set. -
Uses of AllowableValue in org.apache.nifi.documentation.xml
Methods in org.apache.nifi.documentation.xml with parameters of type AllowableValueModifier and TypeMethodDescriptionprivate void
XmlDocumentationWriter.writeAllowableValue
(AllowableValue allowableValue)