Enum Class SystemTypeDefinition

java.lang.Object
java.lang.Enum<SystemTypeDefinition>
org.odpi.openmetadata.samples.archiveutilities.businesssystems.SystemTypeDefinition
All Implemented Interfaces:
Serializable, Comparable<SystemTypeDefinition>, Constable

public enum SystemTypeDefinition extends Enum<SystemTypeDefinition>
The SystemTypeDefinition is used to set up the deployedImplementationType and cloud classifications.
  • Enum Constant Details

    • COTS_SERVER

      public static final SystemTypeDefinition COTS_SERVER
      cots-application-server - Custom off-the-shelf application server
    • HOME_GROWN_APP_SERVER

      public static final SystemTypeDefinition HOME_GROWN_APP_SERVER
      homegrown-application-server - "Server deployed as part of a bespoke application written by Coco Pharmaceuticals.
    • ETL_ENGINE

      public static final SystemTypeDefinition ETL_ENGINE
      etl-engine - Server deployed to run jobs that copy and transform data from one system to another.
    • DATABASE_SERVER

      public static final SystemTypeDefinition DATABASE_SERVER
      database-server - Database server providing a collection of data that can be flexibly queried.
    • EVENT_BROKER

      public static final SystemTypeDefinition EVENT_BROKER
      event-broker - Event broker server providing event notifications based on subscriptions.
    • REPORTING_SERVER

      public static final SystemTypeDefinition REPORTING_SERVER
      reporting-server - Server that delivers business reports.
    • OPEN_METADATA_ACCESS_STORE

      public static final SystemTypeDefinition OPEN_METADATA_ACCESS_STORE
      metadata-access-store - Metadata server with a repository that is part of the open metadata ecosystem.
    • OPEN_METADATA_ACCESS_POINT

      public static final SystemTypeDefinition OPEN_METADATA_ACCESS_POINT
      metadata-access-point - Server supporting Open Metadata Access Services (OMASs) but no metadata repository. It is connected to the open metadata ecosystem via a cohort.
    • ENGINE_HOST_SERVER

      public static final SystemTypeDefinition ENGINE_HOST_SERVER
      engine-host - Server hosting governance engine. It is part of the open metadata ecosystem.
    • INTEGRATION_DAEMON

      public static final SystemTypeDefinition INTEGRATION_DAEMON
      integration-daemon - Server hosting integration connectors responsible for synchronizing metadata. It is part of the open metadata ecosystem.
    • REPOSITORY_PROXY

      public static final SystemTypeDefinition REPOSITORY_PROXY
      repository-proxy - Server hosting a repository connector responsible for synchronizing metadata from a third party metadata repository. It is part of the open metadata ecosystem.
    • VIEW_SERVER

      public static final SystemTypeDefinition VIEW_SERVER
      view-server - Open Metadata View Server
    • VIEW_CLIENT

      public static final SystemTypeDefinition VIEW_CLIENT
      view-client - UI server supplying UI code (javascript/typescript) to the browser.
    • CLOUD_SAAS_SERVICE

      public static final SystemTypeDefinition CLOUD_SAAS_SERVICE
      cloud-saas-service - Application or service hosted by an external cloud provider.
  • Field Details

  • Method Details

    • values

      public static SystemTypeDefinition[] 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 SystemTypeDefinition 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
    • getQualifiedName

      public String getQualifiedName()
      This is the preferred value that applications should use for this valid value.
      Returns:
      string value
    • getPreferredValue

      public String getPreferredValue()
      This is the preferred value that applications should use for this valid value.
      Returns:
      string value
    • getDisplayName

      public String getDisplayName()
      Return the printable name.
      Returns:
      string name
    • getDescription

      public String getDescription()
      Return the description of the value's meaning.
      Returns:
      string text
    • getUsage

      public String getUsage()
      Return how the value should be used.
      Returns:
      string text
    • getSoftwareServerCapabilities

      public String[] getSoftwareServerCapabilities()
      Return the list of software server capabilities that should be associated with this system.
      Returns:
      array of strings (type names)
    • getServerPurpose

      public String getServerPurpose()
      Return the purpose of this system. This is the type name of the server purpose classification.
      Returns:
      string type name
    • toString

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