Uses of Enum Class
org.apache.nifi.api.toolkit.model.ActivateControllerServicesEntity.StateEnum
Packages that use ActivateControllerServicesEntity.StateEnum
-
Uses of ActivateControllerServicesEntity.StateEnum in org.apache.nifi.api.toolkit.model
Fields in org.apache.nifi.api.toolkit.model declared as ActivateControllerServicesEntity.StateEnumMethods in org.apache.nifi.api.toolkit.model that return ActivateControllerServicesEntity.StateEnumModifier and TypeMethodDescriptionActivateControllerServicesEntity.getState()
The desired state of the descendant componentsReturns the enum constant of this class with the specified name.ActivateControllerServicesEntity.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 ActivateControllerServicesEntity.StateEnumModifier and TypeMethodDescriptionvoid
ActivateControllerServicesEntity.setState
(ActivateControllerServicesEntity.StateEnum state) ActivateControllerServicesEntity.state
(ActivateControllerServicesEntity.StateEnum state)