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