Enum Class InformationSupplyChainSegment

java.lang.Object
java.lang.Enum<InformationSupplyChainSegment>
org.odpi.openmetadata.samples.governanceactions.clinicaltrials.metadata.InformationSupplyChainSegment
All Implemented Interfaces:
Serializable, Comparable<InformationSupplyChainSegment>, Constable

public enum InformationSupplyChainSegment extends Enum<InformationSupplyChainSegment>
A description of the segments in an information supply chain.
  • Enum Constant Details

  • Method Details

    • values

      public static InformationSupplyChainSegment[] 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 InformationSupplyChainSegment 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
    • getIntegrationStyle

      public String getIntegrationStyle()
      Return the integration style of information supply chain segment.
      Returns:
      string
    • getDisplayName

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

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

      public ScopeDefinition getScope()
      Return the version identifier of the information supply chain segment.
      Returns:
      enum
    • 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 InformationSupplyChain getOwningSupplyChain()
      Return the supply chain that this segment is a part of.
      Returns:
      information supply chain
    • getLinkedFromSegment

      public List<InformationSupplyChainSegment> getLinkedFromSegment()
      Return the segments that preceded this segment.
      Returns:
      list of segments
    • 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<InformationSupplyChainSegment>
      Returns:
      string showing enum value