Enum Class ProductGlossaryTermDefinition

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

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

    • DIGITAL_PRODUCT

      public static final ProductGlossaryTermDefinition DIGITAL_PRODUCT
      A means of operating that makes effective use of replaceable resources.
  • Method Details

    • values

      public static ProductGlossaryTermDefinition[] 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 ProductGlossaryTermDefinition 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 ProductGlossaryCategoryDefinition getCategory()
    • toString

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