Enum Class InformationSupplyChainLink

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

public enum InformationSupplyChainLink extends Enum<InformationSupplyChainLink>
Define the linkage between information supply chain segments.
  • Enum Constant Details

  • Method Details

    • values

      public static InformationSupplyChainLink[] 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 InformationSupplyChainLink 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
    • getSegment1

      public InformationSupplyChainSegment getSegment1()
    • getSegment2

      public InformationSupplyChainSegment getSegment2()
    • getLabel

      public String getLabel()
    • getDescription

      public String getDescription()