Enum Class SustainabilityMetrics.EmissionSource
java.lang.Object
java.lang.Enum<SustainabilityMetrics.EmissionSource>
neqsim.process.util.fielddevelopment.SustainabilityMetrics.EmissionSource
- All Implemented Interfaces:
Serializable, Comparable<SustainabilityMetrics.EmissionSource>, Constable
- Enclosing class:
SustainabilityMetrics
public static enum SustainabilityMetrics.EmissionSource
extends Enum<SustainabilityMetrics.EmissionSource>
Emission source type for itemised tracking.
- Version:
- 1.0
- Author:
- Even Solbraa
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionOther custom emission source.Diesel for transport or machinery.Upstream feedstock transport emissions.Flaring of excess biogas.Grid electricity import.Methane slip (uncombusted CH4).N2O from digestate application. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static SustainabilityMetrics.EmissionSource[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
METHANE_SLIP
Methane slip (uncombusted CH4). -
FLARING
Flaring of excess biogas. -
GRID_ELECTRICITY
Grid electricity import. -
DIESEL_TRANSPORT
Diesel for transport or machinery. -
N2O_DIGESTATE
N2O from digestate application. -
FEEDSTOCK_TRANSPORT
Upstream feedstock transport emissions. -
CUSTOM
Other custom emission source.
-
-
Constructor Details
-
EmissionSource
private EmissionSource()
-
-
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
-