Enum Class EgeriaInformationSupplyChainDefinition

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

public enum EgeriaInformationSupplyChainDefinition extends Enum<EgeriaInformationSupplyChainDefinition>
A description of the predefined information supply chains. There are two formats - one for templates and the other for normal information supply chains.
  • Enum Constant Details

  • Method Details

    • values

      public static EgeriaInformationSupplyChainDefinition[] 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 EgeriaInformationSupplyChainDefinition 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
    • getGUID

      public String getGUID()
      Return the GUID for the element.
      Returns:
      string
    • getDisplayName

      public String getDisplayName()
      Return the display name of the information supply chain.
      Returns:
      string
    • getDescription

      public String getDescription()
      Return the description of the solution information supply chain.
      Returns:
      string
    • getScope

      public ScopeDefinition getScope()
      Return the scope of the information supply chain.
      Returns:
      string
    • getPurposes

      public List<String> getPurposes()
      Return the purposes of the information supply chain.
      Returns:
      list of strings
    • getOwner

      public String getOwner()
      Return the identifier of the owner.
      Returns:
      string
    • getOwnerTypeName

      public String getOwnerTypeName()
      Return the type name of the element describing the owner.
      Returns:
      string
    • getOwnerPropertyName

      public String getOwnerPropertyName()
      Return the property name used to identify the owner.
      Returns:
      string
    • getOwningSupplyChain

      public String getOwningSupplyChain()
      Return the supply chain that this segment is a part of.
      Returns:
      information supply chain
    • isOwningInformationSupplyChainAnchor

      public boolean isOwningInformationSupplyChainAnchor()
      Should this information supply chain be anchored to its parent?
      Returns:
      boolean
    • getAnchorScopeGUID

      public String getAnchorScopeGUID()
    • isTemplate

      public boolean isTemplate()
      Return whether this is a template or not.
      Returns:
      boolean
    • getTemplateName

      public String getTemplateName()
      Return the template name.
      Returns:
      string
    • getTemplateDescription

      public String getTemplateDescription()
      Return the template description.
      Returns:
      string
    • getQualifiedName

      public String getQualifiedName()
      Return the unique name of the information supply chain.
      Returns:
      string
    • toString

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