Uses of Enum Class
org.apache.nifi.flow.ConnectableComponentType
Packages that use ConnectableComponentType
-
Uses of ConnectableComponentType in org.apache.nifi.flow
Methods in org.apache.nifi.flow that return ConnectableComponentTypeModifier and TypeMethodDescriptionConnectableComponent.getType()static ConnectableComponentTypeReturns the enum constant of this class with the specified name.static ConnectableComponentType[]ConnectableComponentType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.nifi.flow with parameters of type ConnectableComponentTypeModifier and TypeMethodDescriptionvoidConnectableComponent.setType(ConnectableComponentType type)