Uses of Enum Class
org.apache.nifi.api.toolkit.model.FlowAnalysisRuleStatusDTO.RunStatusEnum
Packages that use FlowAnalysisRuleStatusDTO.RunStatusEnum
-
Uses of FlowAnalysisRuleStatusDTO.RunStatusEnum in org.apache.nifi.api.toolkit.model
Fields in org.apache.nifi.api.toolkit.model declared as FlowAnalysisRuleStatusDTO.RunStatusEnumMethods in org.apache.nifi.api.toolkit.model that return FlowAnalysisRuleStatusDTO.RunStatusEnumModifier and TypeMethodDescriptionFlowAnalysisRuleStatusDTO.getRunStatus()
The run status of this FlowAnalysisRuleReturns the enum constant of this class with the specified name.FlowAnalysisRuleStatusDTO.RunStatusEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.