Uses of Enum Class
neqsim.process.equipment.util.CalculatorLibrary.Preset
Packages that use CalculatorLibrary.Preset
-
Uses of CalculatorLibrary.Preset in neqsim.process.equipment.util
Subclasses with type arguments of type CalculatorLibrary.Preset in neqsim.process.equipment.utilModifier and TypeClassDescriptionstatic enumPreset identifiers that can be resolved throughCalculatorLibrary.byName(String).Methods in neqsim.process.equipment.util that return CalculatorLibrary.PresetModifier and TypeMethodDescriptionstatic CalculatorLibrary.PresetReturns the enum constant of this class with the specified name.static CalculatorLibrary.Preset[]CalculatorLibrary.Preset.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in neqsim.process.equipment.util with parameters of type CalculatorLibrary.PresetModifier and TypeMethodDescriptionCalculatorLibrary.preset(CalculatorLibrary.Preset preset) Resolve a preset calculation.