Uses of Enum Class
neqsim.process.sustainability.EmissionsTracker.EmissionCategory
Packages that use EmissionsTracker.EmissionCategory
Package
Description
Sustainability and emissions tracking for process systems.
-
Uses of EmissionsTracker.EmissionCategory in neqsim.process.sustainability
Subclasses with type arguments of type EmissionsTracker.EmissionCategory in neqsim.process.sustainabilityModifier and TypeClassDescriptionstatic enumCategories of emissions sources.Fields in neqsim.process.sustainability declared as EmissionsTracker.EmissionCategoryMethods in neqsim.process.sustainability that return EmissionsTracker.EmissionCategoryModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static EmissionsTracker.EmissionCategory[]EmissionsTracker.EmissionCategory.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in neqsim.process.sustainability that return types with arguments of type EmissionsTracker.EmissionCategoryModifier and TypeMethodDescriptionEmissionsTracker.EmissionsReport.getEmissionsByCategory()Gets emissions breakdown by category.