Uses of Enum Class
neqsim.process.fielddevelopment.workflow.FieldDevelopmentWorkflow.StudyPhase
Packages that use FieldDevelopmentWorkflow.StudyPhase
Package
Description
Field development workflow orchestration.
-
Uses of FieldDevelopmentWorkflow.StudyPhase in neqsim.process.fielddevelopment.workflow
Subclasses with type arguments of type FieldDevelopmentWorkflow.StudyPhase in neqsim.process.fielddevelopment.workflowModifier and TypeClassDescriptionstatic enumStudy phase in field development lifecycle.Fields in neqsim.process.fielddevelopment.workflow declared as FieldDevelopmentWorkflow.StudyPhaseMethods in neqsim.process.fielddevelopment.workflow that return FieldDevelopmentWorkflow.StudyPhaseModifier and TypeMethodDescriptionFieldDevelopmentWorkflow.getStudyPhase()Gets the study phase.Returns the enum constant of this class with the specified name.static FieldDevelopmentWorkflow.StudyPhase[]FieldDevelopmentWorkflow.StudyPhase.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.StudyPhaseModifier and TypeMethodDescriptionFieldDevelopmentWorkflow.setStudyPhase(FieldDevelopmentWorkflow.StudyPhase phase) Sets the study phase.