Uses of Enum Class
neqsim.process.util.fielddevelopment.FieldDevelopmentCostEstimator.FidelityLevel
Packages that use FieldDevelopmentCostEstimator.FidelityLevel
Package
Description
Field Development Planning utilities for NeqSim.
-
Uses of FieldDevelopmentCostEstimator.FidelityLevel in neqsim.process.util.fielddevelopment
Subclasses with type arguments of type FieldDevelopmentCostEstimator.FidelityLevel in neqsim.process.util.fielddevelopmentModifier and TypeClassDescriptionstatic enumFidelity level for cost estimation.Fields in neqsim.process.util.fielddevelopment declared as FieldDevelopmentCostEstimator.FidelityLevelModifier and TypeFieldDescriptionFieldDevelopmentCostEstimator.fidelityLevelFidelity level.FieldDevelopmentCostEstimator.FieldDevelopmentCostReport.fidelityLevelMethods in neqsim.process.util.fielddevelopment that return FieldDevelopmentCostEstimator.FidelityLevelModifier and TypeMethodDescriptionFieldDevelopmentCostEstimator.getFidelityLevel()Get the fidelity level.Returns the enum constant of this class with the specified name.FieldDevelopmentCostEstimator.FidelityLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in neqsim.process.util.fielddevelopment with parameters of type FieldDevelopmentCostEstimator.FidelityLevelModifier and TypeMethodDescriptionvoidFieldDevelopmentCostEstimator.FieldDevelopmentCostReport.setFidelityLevel(FieldDevelopmentCostEstimator.FidelityLevel level) Set fidelity level.voidFieldDevelopmentCostEstimator.setFidelityLevel(FieldDevelopmentCostEstimator.FidelityLevel level) Set the fidelity level for cost estimation.