Enum Class ExtensionType

java.lang.Object
java.lang.Enum<ExtensionType>
org.apache.nifi.documentation.ExtensionType
All Implemented Interfaces:
Serializable, Comparable<ExtensionType>, Constable

public enum ExtensionType extends Enum<ExtensionType>
  • Enum Constant Details

    • PROCESSOR

      public static final ExtensionType PROCESSOR
    • CONTROLLER_SERVICE

      public static final ExtensionType CONTROLLER_SERVICE
    • REPORTING_TASK

      public static final ExtensionType REPORTING_TASK
    • FLOW_ANALYSIS_RULE

      public static final ExtensionType FLOW_ANALYSIS_RULE
    • PARAMETER_PROVIDER

      public static final ExtensionType PARAMETER_PROVIDER
  • Method Details

    • values

      public static ExtensionType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ExtensionType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null