Uses of Enum Class
org.apache.nifi.api.toolkit.model.FlowAnalysisRuleDTO.StateEnum
Packages that use FlowAnalysisRuleDTO.StateEnum
-
Uses of FlowAnalysisRuleDTO.StateEnum in org.apache.nifi.api.toolkit.model
Fields in org.apache.nifi.api.toolkit.model declared as FlowAnalysisRuleDTO.StateEnumMethods in org.apache.nifi.api.toolkit.model that return FlowAnalysisRuleDTO.StateEnumModifier and TypeMethodDescriptionFlowAnalysisRuleDTO.getState()
The state of the flow analysis rule.Returns the enum constant of this class with the specified name.static FlowAnalysisRuleDTO.StateEnum[]
FlowAnalysisRuleDTO.StateEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.nifi.api.toolkit.model with parameters of type FlowAnalysisRuleDTO.StateEnumModifier and TypeMethodDescriptionvoid
FlowAnalysisRuleDTO.setState
(FlowAnalysisRuleDTO.StateEnum state) FlowAnalysisRuleDTO.state
(FlowAnalysisRuleDTO.StateEnum state)