Uses of Enum Class
neqsim.process.mechanicaldesign.DesignPhase
Packages that use DesignPhase
-
Uses of DesignPhase in neqsim.process.mechanicaldesign
Subclasses with type arguments of type DesignPhase in neqsim.process.mechanicaldesignModifier and TypeClassDescriptionenumEnumeration of field development design phases with associated accuracy requirements.Fields in neqsim.process.mechanicaldesign declared as DesignPhaseModifier and TypeFieldDescriptionprivate DesignPhaseFieldDevelopmentDesignOrchestrator.designPhaseCurrent design phase.Methods in neqsim.process.mechanicaldesign that return DesignPhaseModifier and TypeMethodDescriptionFieldDevelopmentDesignOrchestrator.getDesignPhase()Get current design phase.static DesignPhaseReturns the enum constant of this class with the specified name.static DesignPhase[]DesignPhase.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in neqsim.process.mechanicaldesign with parameters of type DesignPhaseModifier and TypeMethodDescriptionFieldDevelopmentDesignOrchestrator.setDesignPhase(DesignPhase phase) Set the design phase.