Enum Class BasicFilesMonitoringConfigurationProperty

java.lang.Object
java.lang.Enum<BasicFilesMonitoringConfigurationProperty>
org.odpi.openmetadata.adapters.connectors.integration.basicfiles.BasicFilesMonitoringConfigurationProperty
All Implemented Interfaces:
Serializable, Comparable<BasicFilesMonitoringConfigurationProperty>, Constable

public enum BasicFilesMonitoringConfigurationProperty extends Enum<BasicFilesMonitoringConfigurationProperty>
BasicFilesMonitoringConfigurationProperty provides some standard definitions for configuration properties used to pass properties to connectors when they run. Using standard names for request parameters wherever possible helps to simplify the integration of governance services.
  • Enum Constant Details

  • Field Details

    • name

      public final String name
    • description

      public final String description
    • dataType

      public final String dataType
    • example

      public final String example
  • Method Details

    • 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 BasicFilesMonitoringConfigurationProperty 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
    • getName

      public String getName()
      Return the name of the request parameter.
      Returns:
      string name
    • getDescription

      public String getDescription()
      Return the description of the request parameter.
      Returns:
      text
    • getDataType

      public String getDataType()
      Return the data type for the request parameter.
      Returns:
      data type name
    • getExample

      public String getExample()
      Return an example of the request parameter to help users understand how to set it up.
      Returns:
      example
    • getConfigurationPropertyTypes

      public static List<ConfigurationPropertyType> getConfigurationPropertyTypes()
      Retrieve all the defined configuration properties
      Returns:
      list
    • getConfigurationPropertyType

      public ConfigurationPropertyType getConfigurationPropertyType()
      Return a summary of this enum to use in a service provider.
      Returns:
      request parameter type
    • toString

      public String toString()
      Output of this enum class and main value.
      Overrides:
      toString in class Enum<BasicFilesMonitoringConfigurationProperty>
      Returns:
      string showing enum value