Uses of Enum Class
neqsim.process.equipment.splitter.BiogasUpgrader.UpgradingTechnology
Packages that use BiogasUpgrader.UpgradingTechnology
Package
Description
Pre-built biorefinery process modules for NeqSim.
-
Uses of BiogasUpgrader.UpgradingTechnology in neqsim.process.equipment.splitter
Subclasses with type arguments of type BiogasUpgrader.UpgradingTechnology in neqsim.process.equipment.splitterModifier and TypeClassDescriptionstatic enumUpgrading technology enumeration.Fields in neqsim.process.equipment.splitter declared as BiogasUpgrader.UpgradingTechnologyMethods in neqsim.process.equipment.splitter that return BiogasUpgrader.UpgradingTechnologyModifier and TypeMethodDescriptionBiogasUpgrader.getTechnology()Gets the upgrading technology.Returns the enum constant of this class with the specified name.static BiogasUpgrader.UpgradingTechnology[]BiogasUpgrader.UpgradingTechnology.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in neqsim.process.equipment.splitter with parameters of type BiogasUpgrader.UpgradingTechnologyModifier and TypeMethodDescriptionvoidBiogasUpgrader.setTechnology(BiogasUpgrader.UpgradingTechnology tech) Sets the upgrading technology. -
Uses of BiogasUpgrader.UpgradingTechnology in neqsim.process.processmodel.biorefinery
Fields in neqsim.process.processmodel.biorefinery declared as BiogasUpgrader.UpgradingTechnologyMethods in neqsim.process.processmodel.biorefinery with parameters of type BiogasUpgrader.UpgradingTechnologyModifier and TypeMethodDescriptionvoidBiogasToGridModule.setUpgradingTechnology(BiogasUpgrader.UpgradingTechnology technology) Sets the upgrading technology.