Enum Class DataStoreDefinition

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

public enum DataStoreDefinition extends Enum<DataStoreDefinition>
The DataStoreDefinition is used to feed the definition of the organization's data stores for Coco Pharmaceuticals scenarios.
  • Enum Constant Details

    • ODS

      public static final DataStoreDefinition ODS
      DGG-ODS-01 - Central operational data store feeding the accounts/ledgers.
  • Method Details

    • values

      public static DataStoreDefinition[] 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 DataStoreDefinition 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()
      Return the manufactured qualified name.
      Returns:
      string
    • getDataStoreId

      public String getDataStoreId()
      Return the deployed identifier for this data store.
      Returns:
      string
    • getDescription

      public String getDescription()
      Return the description of this system.
      Returns:
      string
    • getTypeName

      public String getTypeName()
      Return the userId used by this server.
      Returns:
      string
    • getZones

      public List<String> getZones()
      Return the list of zones that this server belongs to.
      Returns:
      list of strings
    • getVersionIdentifier

      public String getVersionIdentifier()
      Return the version of the data store.
      Returns:
      string
    • getLoadTime

      public long getLoadTime()
      Return the time offset to set up the creation time.
      Returns:
      long
    • toString

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