Uses of Enum Class
org.apache.nifi.flow.ComponentType
Packages that use ComponentType
-
Uses of ComponentType in org.apache.nifi.flow
Methods in org.apache.nifi.flow that return ComponentTypeModifier and TypeMethodDescriptionabstract ComponentTypeVersionedComponent.getComponentType()VersionedConnection.getComponentType()VersionedControllerService.getComponentType()VersionedFlowAnalysisRule.getComponentType()VersionedFlowRegistryClient.getComponentType()VersionedFunnel.getComponentType()VersionedLabel.getComponentType()VersionedParameterContext.getComponentType()VersionedParameterProvider.getComponentType()VersionedPort.getComponentType()VersionedProcessGroup.getComponentType()VersionedProcessor.getComponentType()VersionedRemoteGroupPort.getComponentType()VersionedRemoteProcessGroup.getComponentType()VersionedReportingTask.getComponentType()static ComponentTypeReturns the enum constant of this class with the specified name.static ComponentType[]ComponentType.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 ComponentTypeModifier and TypeMethodDescriptionvoidVersionedComponent.setComponentType(ComponentType type) voidVersionedRemoteGroupPort.setComponentType(ComponentType componentType)