Uses of Class
org.apache.nifi.api.toolkit.model.AllowableValueEntity
Packages that use AllowableValueEntity
-
Uses of AllowableValueEntity in org.apache.nifi.api.toolkit.model
Fields in org.apache.nifi.api.toolkit.model with type parameters of type AllowableValueEntityModifier and TypeFieldDescriptionprivate List
<AllowableValueEntity> PropertyDescriptorDTO.allowableValues
Methods in org.apache.nifi.api.toolkit.model that return AllowableValueEntityModifier and TypeMethodDescriptionAllowableValueEntity.allowableValue
(AllowableValueDTO allowableValue) Methods in org.apache.nifi.api.toolkit.model that return types with arguments of type AllowableValueEntityModifier and TypeMethodDescriptionPropertyDescriptorDTO.getAllowableValues()
Allowable values for the property.Methods in org.apache.nifi.api.toolkit.model with parameters of type AllowableValueEntityModifier and TypeMethodDescriptionPropertyDescriptorDTO.addAllowableValuesItem
(AllowableValueEntity allowableValuesItem) Method parameters in org.apache.nifi.api.toolkit.model with type arguments of type AllowableValueEntityModifier and TypeMethodDescriptionPropertyDescriptorDTO.allowableValues
(List<AllowableValueEntity> allowableValues) void
PropertyDescriptorDTO.setAllowableValues
(List<AllowableValueEntity> allowableValues)