Enum Class LovelaceServiceDefinition

java.lang.Object
java.lang.Enum<LovelaceServiceDefinition>
org.odpi.openmetadata.contentpacks.core.LovelaceServiceDefinition
All Implemented Interfaces:
Serializable, Comparable<LovelaceServiceDefinition>, Constable

public enum LovelaceServiceDefinition extends Enum<LovelaceServiceDefinition>
Describes the governance action types that should be registered with the Babbage Analytical Engine.
  • Enum Constant Details

  • Method Details

    • values

      public static LovelaceServiceDefinition[] 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 LovelaceServiceDefinition 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
    • getCatalogTargetGUID

      public String getCatalogTargetGUID()
      Return the unique identifier for the governance action type.
      Returns:
      string
    • getCatalogTargetName

      public String getCatalogTargetName()
      Return the unique name of the catalog target. Make it a useful display name as babbage processes all catalog targets, whatever their name is.
      Returns:
      string
    • getContentPackDefinition

      public ContentPackDefinition getContentPackDefinition()
      Get identifier of content pack where this definition should be located.
      Returns:
      content pack definition
    • toString

      public String toString()
      JSON-style toString
      Overrides:
      toString in class Enum<LovelaceServiceDefinition>
      Returns:
      return string containing the property names and values