Enum Class GovernanceDefinition

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

public enum GovernanceDefinition extends Enum<GovernanceDefinition>
The GovernanceDefinition is used to feed the definition of the Governance Definitions for Coco Pharmaceuticals sustainability scenarios.
  • Enum Constant Details

  • Method Details

    • values

      public static GovernanceDefinition[] 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 GovernanceDefinition 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()
    • getGUID

      public String getGUID()
    • getType

      public String getType()
    • getTitle

      public String getTitle()
    • getSummary

      public String getSummary()
    • getDescription

      public String getDescription()
    • getImportance

      public String getImportance()
    • getImplications

      public List<String> getImplications()
    • getOutcomes

      public List<String> getOutcomes()
    • getResults

      public List<String> getResults()
    • getScope

      public ScopeDefinition getScope()
    • getDomain

      public int getDomain()
      Return the identifier of the domain that this subject area belongs - 0 means all domains
      Returns:
      domain identifier
    • getExternalURL

      public String getExternalURL()
    • toString

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