Uses of Enum Class
org.apache.nifi.flowanalysis.EnforcementPolicy
Packages that use EnforcementPolicy
-
Uses of EnforcementPolicy in org.apache.nifi.flow
Fields in org.apache.nifi.flow declared as EnforcementPolicyModifier and TypeFieldDescriptionprivate EnforcementPolicy
VersionedFlowAnalysisRule.enforcementPolicy
Methods in org.apache.nifi.flow that return EnforcementPolicyMethods in org.apache.nifi.flow with parameters of type EnforcementPolicyModifier and TypeMethodDescriptionvoid
VersionedFlowAnalysisRule.setEnforcementPolicy
(EnforcementPolicy enforcementPolicy) -
Uses of EnforcementPolicy in org.apache.nifi.flowanalysis
Methods in org.apache.nifi.flowanalysis that return EnforcementPolicyModifier and TypeMethodDescriptionstatic EnforcementPolicy
Returns the enum constant of this class with the specified name.static EnforcementPolicy[]
EnforcementPolicy.values()
Returns an array containing the constants of this enum class, in the order they are declared.