Enum Class ReferenceDataConfigurationProperty

java.lang.Object
java.lang.Enum<ReferenceDataConfigurationProperty>
org.odpi.openmetadata.adapters.connectors.productmanager.tabulardatasets.controls.ReferenceDataConfigurationProperty
All Implemented Interfaces:
Serializable, Comparable<ReferenceDataConfigurationProperty>, Constable

public enum ReferenceDataConfigurationProperty extends Enum<ReferenceDataConfigurationProperty>
OMAGServerPlatformConfigurationProperty defines the configuration properties used with the OMAG Server Platform connectors.
  • Enum Constant Details

    • SERVER_NAME

      public static final ReferenceDataConfigurationProperty SERVER_NAME
      Unique identifier of a server running on the platform.
    • TOP_LEVEL_GUID

      public static final ReferenceDataConfigurationProperty TOP_LEVEL_GUID
      Unique identifier of the top level metadata element that is supplying metadata.
    • VALID_VALUE_SET_GUID

      public static final ReferenceDataConfigurationProperty VALID_VALUE_SET_GUID
      Unique identifier of the valid value set that is supplying metadata.
    • VALID_METADATA_PROPERTY_NAME

      public static final ReferenceDataConfigurationProperty VALID_METADATA_PROPERTY_NAME
      Name of the open metadata property that has valid values to turn into a product.
    • MAX_PAGE_SIZE

      public static final ReferenceDataConfigurationProperty MAX_PAGE_SIZE
      Maximum number of values to retrieve from the metadata store in one call.
    • TOP_LEVEL_TEAM_GUID

      public static final ReferenceDataConfigurationProperty TOP_LEVEL_TEAM_GUID
      Unique identifier of the top-level team to supply department/team reference information.
    • TOP_LEVEL_LOCATION_GUID

      public static final ReferenceDataConfigurationProperty TOP_LEVEL_LOCATION_GUID
      Unique identifier of the top-level location to supply department/team reference information.
  • Field Details

    • name

      public final String name
    • description

      public final String description
    • dataType

      public final String dataType
    • example

      public final String example
    • isPlaceholder

      public final boolean isPlaceholder
  • Method Details

    • values

      public static ReferenceDataConfigurationProperty[] 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 ReferenceDataConfigurationProperty 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 configuration property.
      Returns:
      text
    • getDataType

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

      public String getExample()
      Return an example of the configuration property to help users understand how to set it up.
      Returns:
      example
    • isPlaceholder

      public boolean isPlaceholder()
      Return whether this value is also used as a placeholder property.
      Returns:
      boolean
    • getRecognizedConfigurationProperties

      public static List<String> getRecognizedConfigurationProperties()
      Get recognizedConfigurationProperties for the connector.
      Returns:
      list of property names
    • getConfigurationPropertyTypes

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

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

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