Enum Class DataSetTemplateDefinition

java.lang.Object
java.lang.Enum<DataSetTemplateDefinition>
org.odpi.openmetadata.archiveutilities.openconnectors.DataSetTemplateDefinition
All Implemented Interfaces:
Serializable, Comparable<DataSetTemplateDefinition>, Constable

public enum DataSetTemplateDefinition extends Enum<DataSetTemplateDefinition>
A description of templates for simple data sets. These templates include an asset that may or may not have a connection. The connection is omitted if there is no connectorTypeGUID.
  • Enum Constant Details

  • Method Details

    • values

      public static DataSetTemplateDefinition[] 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 DataSetTemplateDefinition 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
    • getTemplateGUID

      public String getTemplateGUID()
      Return the unique identifier of the template.
      Returns:
      name
    • getDeployedImplementationType

      public DeployedImplementationTypeDefinition getDeployedImplementationType()
      Return the supported deployed implementation for this template.
      Returns:
      enum
    • getQualifiedName

      public String getQualifiedName()
      Return the name of the server where this asset resides.
      Returns:
      string
    • getConnectorTypeGUID

      public String getConnectorTypeGUID()
      Return the connector type GUID for the connection.
      Returns:
      string
    • getContentPackDefinition

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

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