Uses of Enum Class
neqsim.process.fielddevelopment.workflow.FieldDevelopmentWorkflow.FidelityLevel
Packages that use FieldDevelopmentWorkflow.FidelityLevel
Package
Description
Field development workflow orchestration.
-
Uses of FieldDevelopmentWorkflow.FidelityLevel in neqsim.process.fielddevelopment.workflow
Subclasses with type arguments of type FieldDevelopmentWorkflow.FidelityLevel in neqsim.process.fielddevelopment.workflowModifier and TypeClassDescriptionstatic enumFidelity level for the workflow.Fields in neqsim.process.fielddevelopment.workflow declared as FieldDevelopmentWorkflow.FidelityLevelModifier and TypeFieldDescriptionFieldDevelopmentWorkflow.fidelityLevelWorkflowResult.fidelityLevelFidelity level used.Methods in neqsim.process.fielddevelopment.workflow that return FieldDevelopmentWorkflow.FidelityLevelModifier and TypeMethodDescriptionFieldDevelopmentWorkflow.getFidelityLevel()Gets the fidelity level.Returns the enum constant of this class with the specified name.FieldDevelopmentWorkflow.FidelityLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in neqsim.process.fielddevelopment.workflow with parameters of type FieldDevelopmentWorkflow.FidelityLevelModifier and TypeMethodDescriptionFieldDevelopmentWorkflow.setFidelityLevel(FieldDevelopmentWorkflow.FidelityLevel level) Sets the fidelity level.Constructors in neqsim.process.fielddevelopment.workflow with parameters of type FieldDevelopmentWorkflow.FidelityLevelModifierConstructorDescriptionWorkflowResult(String projectName, FieldDevelopmentWorkflow.FidelityLevel fidelityLevel) Creates a new workflow result.