Package | Description |
---|---|
org.apache.nifi.components |
Modifier and Type | Field and Description |
---|---|
private List<AllowableValue> |
PropertyDescriptor.allowableValues
The allowable values for this property.
|
private List<AllowableValue> |
PropertyDescriptor.Builder.allowableValues |
Modifier and Type | Method and Description |
---|---|
List<AllowableValue> |
PropertyDescriptor.getAllowableValues() |
Modifier and Type | Method and Description |
---|---|
PropertyDescriptor.Builder |
PropertyDescriptor.Builder.allowableValues(AllowableValue... values)
Sets the Allowable Values for this Property
|
Constructor and Description |
---|
PropertyDescriptor.ConstrainedSetValidator(Collection<AllowableValue> validValues)
Constructs a validator that will check if the given value is in the
given set.
|
Copyright © 2016 Apache NiFi Project. All rights reserved.