Enum Class GlossaryTermDefinition

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

public enum GlossaryTermDefinition extends Enum<GlossaryTermDefinition>
The GlossaryTermDefinition is used to populate the sustainability glossary.
  • Enum Constant Details

    • SUSTAINABILITY

      public static final GlossaryTermDefinition SUSTAINABILITY
      A means of operating that makes effective use of replaceable resources.
    • GHG_PROTOCOL

      public static final GlossaryTermDefinition GHG_PROTOCOL
      The Greenhouse Gas Protocol set the standards to measure and manage harmful emissions.
    • EMISSION

      public static final GlossaryTermDefinition EMISSION
      The release of a harmful substance into the atmosphere.
    • CO2_EMISSION_SCOPE

      public static final GlossaryTermDefinition CO2_EMISSION_SCOPE
      A type of activity that produces CO2.
    • SITE

      public static final GlossaryTermDefinition SITE
      A physical location that Coco Pharmaceuticals operates from.
    • FACILITY

      public static final GlossaryTermDefinition FACILITY
      The facility type captures a particular type of operation that Coco Pharmaceuticals has running at one of its sites.
    • SUSTAINABILITY_DASHBOARD

      public static final GlossaryTermDefinition SUSTAINABILITY_DASHBOARD
      Graphical summary of Coco Pharmaceuticals' sustainability data.
    • CARBON_DIOXIDE

      public static final GlossaryTermDefinition CARBON_DIOXIDE
      Carbon dioxide (chemical formula CO2) is a chemical compound made up of molecules that each have one carbon atom covalently double bonded to two oxygen atoms.
    • HFC

      public static final GlossaryTermDefinition HFC
      Hydrofluorocarbons (HFCs) are man-made organic compounds that contain fluorine and hydrogen atoms, and are the most common type of organofluorine compounds.
  • Method Details

    • values

      public static GlossaryTermDefinition[] 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 GlossaryTermDefinition 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()
    • getName

      public String getName()
    • getSummary

      public String getSummary()
    • getDescription

      public String getDescription()
    • getAbbreviation

      public String getAbbreviation()
    • getUrl

      public String getUrl()
    • getCategory

      public GlossaryCategoryDefinition getCategory()
    • toString

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