Enum Class GlossaryTermDefinition
java.lang.Object
java.lang.Enum<GlossaryTermDefinition>
org.odpi.openmetadata.samples.archiveutilities.sustainability.GlossaryTermDefinition
- All Implemented Interfaces:
Serializable
,Comparable<GlossaryTermDefinition>
,Constable
The GlossaryTermDefinition is used to populate the sustainability glossary.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionCarbon 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.A type of activity that produces CO2.The release of a harmful substance into the atmosphere.The facility type captures a particular type of operation that Coco Pharmaceuticals has running at one of its sites.The Greenhouse Gas Protocol set the standards to measure and manage harmful emissions.Hydrofluorocarbons (HFCs) are man-made organic compounds that contain fluorine and hydrogen atoms, and are the most common type of organofluorine compounds.A physical location that Coco Pharmaceuticals operates from.A means of operating that makes effective use of replaceable resources.Graphical summary of Coco Pharmaceuticals' sustainability data. -
Method Summary
Modifier and TypeMethodDescriptiongetName()
getUrl()
toString()
Output of this enum class and main value.static GlossaryTermDefinition
Returns the enum constant of this class with the specified name.static GlossaryTermDefinition[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SUSTAINABILITY
A means of operating that makes effective use of replaceable resources. -
GHG_PROTOCOL
The Greenhouse Gas Protocol set the standards to measure and manage harmful emissions. -
EMISSION
The release of a harmful substance into the atmosphere. -
CO2_EMISSION_SCOPE
A type of activity that produces CO2. -
SITE
A physical location that Coco Pharmaceuticals operates from. -
FACILITY
The facility type captures a particular type of operation that Coco Pharmaceuticals has running at one of its sites. -
SUSTAINABILITY_DASHBOARD
Graphical summary of Coco Pharmaceuticals' sustainability data. -
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
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
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
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 nameNullPointerException
- if the argument is null
-
getQualifiedName
-
getName
-
getSummary
-
getDescription
-
getAbbreviation
-
getUrl
-
getCategory
-
toString
Output of this enum class and main value.- Overrides:
toString
in classEnum<GlossaryTermDefinition>
- Returns:
- string showing enum value
-