Class ComponentDescriptor

java.lang.Object
org.apache.nifi.web.ComponentDescriptor

public class ComponentDescriptor extends Object
  • Field Details

    • name

      private final String name
    • displayName

      private final String displayName
    • description

      private final String description
    • defaultValue

      private final String defaultValue
    • allowableValues

      private final Map<String,String> allowableValues
  • Constructor Details

  • Method Details

    • getName

      public String getName()
    • getDisplayName

      public String getDisplayName()
    • getDescription

      public String getDescription()
    • getDefaultValue

      public String getDefaultValue()
    • getAllowableValues

      public Map<String,String> getAllowableValues()